下载:

https://www.boost.org/   或者

https://dl.bintray.com/boostorg/release/1.66.0/source/

下载完成以后解压到自己想要放置的目录

打开VS 2017 x64的本机工具命令提示  :

Visual studio 2017编译  boost_技术

在命令行切换到boost的放置目录

(注意:由于编译过程中需要操作文件,可能需要关闭杀毒软件,例如360、金山毒霸等)

在命令行运行:bootstrap.bat

然后再运行:bjam.exe

等待半小时左右即可编译成功

编译过程中输出如下:

------------------------------------------------------------------------------------------------------------------------

E:\IFC\boost_1_66_0>cd E:\IFC\boost_1_66_0_2019

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>bootstrap.bat

Building Boost.Build engine

Bootstrapping is done. To build, run:

.\b2

To adjust configuration, edit 'project-config.jam'.

Further information:

- Command line help:

.\b2 --help

- Getting started guide:

http://boost.org/more/getting_started/windows.html

- Boost.Build documentation:

http://www.boost.org/build/doc/html/index.html

E:\IFC\boost_1_66_0_2019>dir

驱动器 E 中的卷是 新加卷

卷的序列号是 38D6-524A

E:\IFC\boost_1_66_0_2019 的目录

2019/04/12 14:01 <DIR> .

2019/04/12 14:01 <DIR> ..

2019/04/12 14:01 506,880 b2.exe

2019/04/12 14:01 506,880 bjam.exe

2019/04/12 13:47 <DIR> boost

2017/12/14 07:56 867 boost-build.jam

2017/12/14 07:56 1,054 boost.css

2017/12/14 07:56 6,308 boost.png

2017/12/14 07:56 23,453 boostcpp.jam

2017/12/14 07:56 2,558 bootstrap.bat

2019/04/12 14:01 2,922 bootstrap.log

2017/12/14 07:56 10,598 bootstrap.sh

2019/04/12 13:48 <DIR> doc

2017/12/14 07:56 794 index.htm

2017/12/14 08:36 5,614 index.html

2017/12/14 07:56 298 INSTALL

2017/12/14 07:56 11,933 Jamroot

2019/04/12 13:51 <DIR> libs

2017/12/14 07:56 1,361 LICENSE_1_0.txt

2019/04/12 13:51 <DIR> more

2019/04/12 14:01 76 project-config.jam

2017/12/14 07:56 2,757 rst.css

2019/04/12 13:51 <DIR> status

2019/04/12 13:51 <DIR> tools

16 个文件 1,084,353 字节

8 个目录 81,883,357,184 可用字节

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>bjam.exe

Performing configuration checks

- 32-bit : yes

- arm : no

- mips1 : no

- power : no

- sparc : no

- x86 : yes

Building the Boost C++ Libraries.

- symlinks supported : no

- junctions supported : yes

- hardlinks supported : yes

- C++11 mutex : yes

- Boost.Config Feature Check: cxx11_auto_declarations : yes

- Boost.Config Feature Check: cxx11_constexpr : yes

- Boost.Config Feature Check: cxx11_defaulted_functions : yes

- Boost.Config Feature Check: cxx11_final : yes

- Boost.Config Feature Check: cxx11_hdr_mutex : yes

- Boost.Config Feature Check: cxx11_hdr_regex : yes

- Boost.Config Feature Check: cxx11_hdr_tuple : yes

- Boost.Config Feature Check: cxx11_lambdas : yes

- Boost.Config Feature Check: cxx11_noexcept : yes

- Boost.Config Feature Check: cxx11_nullptr : yes

- Boost.Config Feature Check: cxx11_rvalue_references : yes

- Boost.Config Feature Check: cxx11_template_aliases : yes

- Boost.Config Feature Check: cxx11_thread_local : yes

- Boost.Config Feature Check: cxx11_variadic_templates : yes

- 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

- zlib : no

- bzip2 : no

- lzma : no

- iconv (libc) : no

- iconv (separate) : no

- icu : no

- icu (lib64) : no

- native-atomic-int32-supported : yes

- message-compiler : yes

- native-syslog-supported : no

- pthread-supports-robust-mutexes : no

- compiler-supports-visibility : no

- compiler-supports-ssse3 : yes

- compiler-supports-avx2 : yes

- gcc visibility : no

- 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.

- libbacktrace builds : no

- addr2line builds : no

- WinDbg builds : yes

- WinDbgCached builds : yes

- zlib : no (cached)

- bzip2 : no (cached)

- lzma : no (cached)

- C++11 mutex : yes

- Boost.Config Feature Check: cxx11_auto_declarations : yes

- Boost.Config Feature Check: cxx11_constexpr : yes

- Boost.Config Feature Check: cxx11_defaulted_functions : yes

- Boost.Config Feature Check: cxx11_final : yes

- Boost.Config Feature Check: cxx11_hdr_mutex : yes

- Boost.Config Feature Check: cxx11_hdr_regex : yes

- Boost.Config Feature Check: cxx11_hdr_tuple : yes

- Boost.Config Feature Check: cxx11_lambdas : yes

- Boost.Config Feature Check: cxx11_noexcept : yes

- Boost.Config Feature Check: cxx11_nullptr : yes

- Boost.Config Feature Check: cxx11_rvalue_references : yes

- Boost.Config Feature Check: cxx11_template_aliases : yes

- Boost.Config Feature Check: cxx11_thread_local : yes

- Boost.Config Feature Check: cxx11_variadic_templates : yes

- has_icu builds : no

- zlib : no

- bzip2 : no

- lzma : no

- iconv (libc) : no

- iconv (separate) : no

- icu : no

- icu (lib64) : no

- native-atomic-int32-supported : yes

- message-compiler : yes

- native-syslog-supported : no

- pthread-supports-robust-mutexes : no

- compiler-supports-visibility : no

- compiler-supports-ssse3 : yes

- compiler-supports-avx2 : yes

- gcc visibility : no

- long double support : yes

- libbacktrace builds : no

- addr2line builds : no

- WinDbg builds : yes

- WinDbgCached builds : yes

- zlib : no (cached)

- bzip2 : no (cached)

- lzma : no (cached)

Component configuration:

- atomic : building

- chrono : building

- container : building

- context : building

- coroutine : building

- date_time : building

- exception : building

- fiber : 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

- stacktrace : building

- system : building

- test : building

- thread : building

- timer : building

- type_erasure : building

- wave : building

...patience...

...patience...

...patience...

...patience...

...patience...

...found 27882 targets...

...updating 2531 targets...

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\c_regex_traits.obj

c_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cpp_regex_traits.obj

cpp_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cregex.obj

cregex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fileiter.obj

fileiter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\icu.obj

icu.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instances.obj

instances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\posix_api.obj

posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\regex.obj

regex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\regex_debug.obj

regex_debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\regex_raw_buffer.obj

regex_raw_buffer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\regex_traits_defaults.obj

regex_traits_defaults.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\static_mutex.obj

static_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\w32_regex_traits.obj

w32_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\wc_regex_traits.obj

wc_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\wide_posix_api.obj

wide_posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\winstances.obj

winstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\usinstances.obj

usinstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_regex-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\regex\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\read_graphviz_new.obj

read_graphviz_new.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\graphml.obj

graphml.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\graph\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_graph-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\graph\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\file_descriptor.obj

file_descriptor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\mapped_file.obj

mapped_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

msvc.archive bin.v2\libs\iostreams\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_iostreams-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\iostreams\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\encoding\codepage.obj

codepage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(129): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(139): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(139): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(152): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(155): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(415): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(406): note: 编译 类 模板 成员函数 "std::string boost::locale::conv::impl::wconv_from_utf<CharType,2>::convert(const CharType *,const CharType *)" 时

with

[

CharType=wchar_t

]

libs\locale\src\encoding\codepage.cpp(106): note: 参见对正在编译的 类 模板 实例化 "boost::locale::conv::impl::wconv_from_utf<CharType,2>" 的引用

with

[

CharType=wchar_t

]

libs\locale\src\encoding\codepage.cpp(161): note: 参见对正在编译的函数 模板 实例化“std::string boost::locale::conv::impl::convert_from<wchar_t>(const CharType *,const CharType *,const char *,boost::locale::conv::method_type)”的引用

with

[

CharType=wchar_t

]

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(424): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\date_time.obj

date_time.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\format.obj

format.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\formatting.obj

formatting.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\generator.obj

generator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\ids.obj

ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\localization_backend.obj

localization_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\message.obj

message.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\shared\mo_lambda.obj

mo_lambda.cpp

libs\locale\src\shared\mo_lambda.cpp(286): warning C4244: “=”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\util\codecvt_converter.obj

codecvt_converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/locale/generic_codecvt.hpp(232): warning C4244: “return”: 从“__int64”转换到“int”,可能丢失数据

E:\IFC\boost_1_66_0_2019\boost/locale/generic_codecvt.hpp(202): note: 编译 类 模板 成员函数 "int boost::locale::generic_codecvt<CharType,boost::locale::util::simple_codecvt<CharType>,2>::do_length(mbstate_t &,const char *,const char *,size_t) const" 时

with

[

CharType=wchar_t

]

libs\locale\src\util\codecvt_converter.cpp(189): note: 参见对正在编译的 类 模板 实例化 "boost::locale::generic_codecvt<CharType,boost::locale::util::simple_codecvt<CharType>,2>" 的引用

with

[

CharType=wchar_t

]

libs\locale\src\util\codecvt_converter.cpp(398): note: 参见对正在编译的 类 模板 实例化 "boost::locale::util::simple_codecvt<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\util\default_locale.obj

default_locale.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\util\info.obj

info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\util\locale_data.obj

locale_data.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\std\codecvt.obj

codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\std\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\std\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\std\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\std\std_backend.obj

std_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\util\gregorian.obj

gregorian.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\lcid.obj

lcid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\win_backend.obj

win_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_locale-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\locale\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\attribute_name.obj

attribute_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\attribute_set.obj

attribute_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\attribute_value_set.obj

attribute_value_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\code_conversion.obj

code_conversion.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\core.obj

core.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\record_ostream.obj

record_ostream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\severity_level.obj

severity_level.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\global_logger_storage.obj

global_logger_storage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\named_scope.obj

named_scope.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\process_name.obj

process_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 100th target...

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\process_id.obj

process_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\thread_id.obj

thread_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\timer.obj

timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\default_attribute_names.obj

default_attribute_names.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\default_sink.obj

default_sink.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_ostream_backend.obj

text_ostream_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_file_backend.obj

text_file_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_multifile_backend.obj

text_multifile_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\thread_specific.obj

thread_specific.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\once_block.obj

once_block.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\timestamp.obj

timestamp.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\threadsafe_queue.obj

threadsafe_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\event.obj

event.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\trivial.obj

trivial.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\spirit_encoding.obj

spirit_encoding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\format_parser.obj

format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\date_time_format_parser.obj

date_time_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\named_scope_format_parser.obj

named_scope_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unhandled_exception_count.obj

unhandled_exception_count.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\permissions.obj

permissions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dump.obj

dump.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dump_avx2.obj

dump_avx2.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dump_ssse3.obj

dump_ssse3.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.compile.mc bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\simple_event_log.h

MC: Compiling libs\log\src\windows\simple_event_log.mc

msvc.compile.rc bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\simple_event_log_res.obj

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation. All rights reserved.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\syslog_backend.obj

syslog_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\debug_output_backend.obj

debug_output_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\event_log_backend.obj

event_log_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\ipc_reliable_message_queue.obj

ipc_reliable_message_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\ipc_sync_wrappers.obj

ipc_sync_wrappers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\light_rw_mutex.obj

light_rw_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\mapped_shared_memory.obj

mapped_shared_memory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\object_name.obj

object_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_log-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\parser_utils.obj

parser_utils.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\init_from_stream.obj

init_from_stream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\init_from_settings.obj

init_from_settings.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\settings_parser.obj

settings_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\filter_parser.obj

filter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\formatter_parser.obj

formatter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\default_filter_factory.obj

default_filter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\matches_relation_factory.obj

matches_relation_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\setup\default_formatter_factory.obj

default_formatter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_log_setup-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\log\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++-pch bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\pch.pch

pch.pch.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerre.obj

assoc_laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendre.obj

assoc_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\beta.obj

beta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1.obj

comp_ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2.obj

comp_ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3.obj

comp_ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_i.obj

cyl_bessel_i.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_j.obj

cyl_bessel_j.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_k.obj

cyl_bessel_k.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumann.obj

cyl_neumann.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1.obj

ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2.obj

ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3.obj

ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expint.obj

expint.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hermite.obj

hermite.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\laguerre.obj

laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\legendre.obj

legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zeta.obj

riemann_zeta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_bessel.obj

sph_bessel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendre.obj

sph_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumann.obj

sph_neumann.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerref.obj

assoc_laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendref.obj

assoc_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\betaf.obj

betaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1f.obj

comp_ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2f.obj

comp_ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3f.obj

comp_ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_if.obj

cyl_bessel_if.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_jf.obj

cyl_bessel_jf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_kf.obj

cyl_bessel_kf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumannf.obj

cyl_neumannf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1f.obj

ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2f.obj

ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3f.obj

ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expintf.obj

expintf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hermitef.obj

hermitef.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\laguerref.obj

laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\legendref.obj

legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zetaf.obj

riemann_zetaf.cpp

...on 200th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_besself.obj

sph_besself.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendref.obj

sph_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumannf.obj

sph_neumannf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1f-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\config\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\has_long_double_support.obj

has_long_double_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerrel.obj

assoc_laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendrel.obj

assoc_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\betal.obj

betal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1l.obj

comp_ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2l.obj

comp_ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3l.obj

comp_ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_il.obj

cyl_bessel_il.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_jl.obj

cyl_bessel_jl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_kl.obj

cyl_bessel_kl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumannl.obj

cyl_neumannl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1l.obj

ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2l.obj

ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3l.obj

ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expintl.obj

expintl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hermitel.obj

hermitel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\laguerrel.obj

laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\legendrel.obj

legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zetal.obj

riemann_zetal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_bessell.obj

sph_bessell.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendrel.obj

sph_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumannl.obj

sph_neumannl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1l-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\acosh.obj

acosh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asinh.obj

asinh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\atanh.obj

atanh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cbrt.obj

cbrt.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\copysign.obj

copysign.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erfc.obj

erfc.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erf.obj

erf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expm1.obj

expm1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fmax.obj

fmax.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fmin.obj

fmin.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fpclassify.obj

fpclassify.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hypot.obj

hypot.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lgamma.obj

lgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\llround.obj

llround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\log1p.obj

log1p.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lround.obj

lround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nextafter.obj

nextafter.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nexttoward.obj

nexttoward.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\round.obj

round.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\tgamma.obj

tgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\trunc.obj

trunc.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_math_c99-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\acoshf.obj

acoshf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asinhf.obj

asinhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\atanhf.obj

atanhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cbrtf.obj

cbrtf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\copysignf.obj

copysignf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erfcf.obj

erfcf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erff.obj

erff.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expm1f.obj

expm1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fmaxf.obj

fmaxf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fminf.obj

fminf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fpclassifyf.obj

fpclassifyf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hypotf.obj

hypotf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lgammaf.obj

lgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\llroundf.obj

llroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\log1pf.obj

log1pf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lroundf.obj

lroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nextafterf.obj

nextafterf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nexttowardf.obj

nexttowardf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\roundf.obj

roundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\tgammaf.obj

tgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\truncf.obj

truncf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_math_c99f-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\acoshl.obj

acoshl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asinhl.obj

asinhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\atanhl.obj

atanhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cbrtl.obj

cbrtl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\copysignl.obj

copysignl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erfcl.obj

erfcl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\erfl.obj

erfl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\expm1l.obj

expm1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fmaxl.obj

fmaxl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fminl.obj

fminl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fpclassifyl.obj

fpclassifyl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\hypotl.obj

hypotl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lgammal.obj

lgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\llroundl.obj

llroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\log1pl.obj

log1pl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lroundl.obj

lroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nextafterl.obj

nextafterl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\nexttowardl.obj

nexttowardl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\roundl.obj

roundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\tgammal.obj

tgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\truncl.obj

truncl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-gd-x64-1_66.lib

...on 300th target...

common.copy stage\lib\libboost_math_c99l-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cmdline.obj

cmdline.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\config_file.obj

config_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\options_description.obj

options_description.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\parsers.obj

parsers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\variables_map.obj

variables_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\value_semantic.obj

value_semantic.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\positional_options.obj

positional_options.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\convert.obj

convert.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\winmain.obj

winmain.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\split.obj

split.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_program_options-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\program_options\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\list.obj

list.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\list.cpp(58): warning C4244: “return”: 从“boost::python::ssize_t”转换到“long”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\long.obj

long.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dict.obj

dict.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\tuple.obj

tuple.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\str.obj

str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\slice.obj

slice.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\converter\from_python.obj

from_python.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\converter\registry.obj

registry.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\converter\type_id.obj

type_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\enum.obj

enum.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\enum.cpp(47): warning C4190: “auto_free”有指定的 C 链接,但返回了与 C 不兼容的 UDT“boost::python::api::object”

E:\IFC\boost_1_66_0_2019\boost/python/extract.hpp(34): note: 参见“boost::python::api::object”的声明

libs\python\src\object\enum.cpp(47): warning C4930: “boost::python::api::object auto_free(boost::python::handle<PyObject>)”: 未调用原型函数(是否是有意用变量定义的?)

libs\python\src\object\enum.cpp(238): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\class.obj

class.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\class.cpp(734): warning C4267: “初始化”: 从“size_t”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\function.obj

function.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\function.cpp(757): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\inheritance.obj

inheritance.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\life_support.obj

life_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\pickle_support.obj

pickle_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\pickle_support.cpp(49): warning C4244: “=”: 从“boost::python::ssize_t”转换到“long”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\errors.obj

errors.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\module.obj

module.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\converter\builtin_converters.obj

builtin_converters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\converter\arg_to_python_base.obj

arg_to_python_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\iterator.obj

iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\stl_iterator.obj

stl_iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object_protocol.obj

object_protocol.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object_operators.obj

object_operators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\wrapper.obj

wrapper.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\import.obj

import.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\exec.obj

exec.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\object\function_doc_signature.obj

function_doc_signature.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\function_doc_signature.cpp(287): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\object\function_doc_signature.cpp(294): warning C4244: “=”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\object\function_doc_signature.cpp(303): warning C4244: “=”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_python3-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\dtype.obj

dtype.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\matrix.obj

matrix.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\ndarray.obj

ndarray.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\numpy\ndarray.cpp(51): warning C4244: “*=”: 从“const __int64”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(65): warning C4244: “*=”: 从“const __int64”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(127): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(239): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(254): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\numpy.obj

numpy.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\python\src\numpy\numpy.cpp(22) : warning C4715: “boost::python::numpy::wrap_import_array”: 不是所有的控件路径都返回值

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\scalars.obj

scalars.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numpy\ufunc.obj

ufunc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_numpy3-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\python\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\random\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\random_device.obj

random_device.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\random\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_random-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\random\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_archive.obj

basic_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_iarchive.obj

basic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_iserializer.obj

basic_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_oarchive.obj

basic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_oserializer.obj

basic_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_pointer_iserializer.obj

basic_pointer_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_pointer_oserializer.obj

basic_pointer_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_serializer_map.obj

basic_serializer_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_iprimitive.obj

basic_text_iprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_oprimitive.obj

basic_text_oprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_xml_archive.obj

basic_xml_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 400th target...

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\binary_iarchive.obj

binary_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\binary_oarchive.obj

binary_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info.obj

extended_type_info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info_typeid.obj

extended_type_info_typeid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info_no_rtti.obj

extended_type_info_no_rtti.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\polymorphic_iarchive.obj

polymorphic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\polymorphic_oarchive.obj

polymorphic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\stl_port.obj

stl_port.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_iarchive.obj

text_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_oarchive.obj

text_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\void_cast.obj

void_cast.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\archive_exception.obj

archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_grammar.obj

xml_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<char>::my_parse(std::basic_istream<char,std::char_traits<char>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=char,

CharType=char

]

libs\serialization\src\xml_grammar.cpp(52): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<char>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_iarchive.obj

xml_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_oarchive.obj

xml_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_archive_exception.obj

xml_archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\codecvt_null.obj

codecvt_null.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_serialization-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_wiprimitive.obj

basic_text_wiprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_woprimitive.obj

basic_text_woprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_wiarchive.obj

text_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\text_woarchive.obj

text_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_wgrammar.obj

xml_wgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<wchar_t>::my_parse(std::basic_istream<wchar_t,std::char_traits<wchar_t>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=wchar_t,

CharType=wchar_t

]

libs\serialization\src\xml_wgrammar.cpp(51): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_wiarchive.obj

xml_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_woarchive.obj

xml_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_wserialization-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\trackable.obj

trackable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\connection.obj

connection.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\named_slot_map.obj

named_slot_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\signal_base.obj

signal_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\slot.obj

slot.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_signals-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\signals\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\noop.obj

noop.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_noop-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windbg.obj

windbg.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windbg_cached.obj

windbg_cached.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg_cached-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\auto_timers_construction.obj

auto_timers_construction.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cpu_timer.obj

cpu_timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\timer\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_timer-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\timer\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\execution_monitor.obj

execution_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\debug.obj

debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cpp_main.obj

cpp_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_prg_exec_monitor-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\compiler_log_formatter.obj

compiler_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\decorator.obj

decorator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\framework.obj

framework.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\plain_report_formatter.obj

plain_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\progress_monitor.obj

progress_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\results_collector.obj

results_collector.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\results_reporter.obj

results_reporter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\test_framework_init_observer.obj

test_framework_init_observer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\test_main.obj

test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\test_tools.obj

test_tools.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\test_tools.ipp(385) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\test_tree.obj

test_tree.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_log.obj

unit_test_log.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_main.obj

unit_test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_monitor.obj

unit_test_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_parameters.obj

unit_test_parameters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\junit_log_formatter.obj

junit_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_log_formatter.obj

xml_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\xml_report_formatter.obj

xml_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-gd-x64-1_66.lib

...on 500th target...

common.copy stage\lib\libboost_test_exec_monitor-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_unit_test_framework-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\type_erasure\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dynamic_binding.obj

dynamic_binding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\type_erasure\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_type_erasure-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\type_erasure\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_exprgrammar.obj

instantiate_cpp_exprgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_grammar.obj

instantiate_cpp_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_literalgrs.obj

instantiate_cpp_literalgrs.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_defined_grammar.obj

instantiate_defined_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_predef_macros.obj

instantiate_predef_macros.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer.obj

instantiate_re2c_lexer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer_str.obj

instantiate_re2c_lexer_str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\token_ids.obj

token_ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\wave_config_constant.obj

wave_config_constant.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\aq.obj

aq.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\cpp_re.obj

cpp_re.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_wave-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\wave\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\atomic\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\lockpool.obj

lockpool.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\atomic\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_atomic-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\atomic\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\system\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\error_code.obj

error_code.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\system\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_system-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\system\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\chrono.obj

chrono.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\thread_clock.obj

thread_clock.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\process_cpu_clocks.obj

process_cpu_clocks.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\chrono\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_chrono-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\chrono\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\alloc_lib.obj

alloc_lib.c

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dlmalloc.obj

dlmalloc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\global_resource.obj

global_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\monotonic_buffer_resource.obj

monotonic_buffer_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\pool_resource.obj

pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\synchronized_pool_resource.obj

synchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unsynchronized_pool_resource.obj

unsynchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_container-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\container\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\dummy.obj

dummy.cpp

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asm\make_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\make_x86_64_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asm\jump_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\jump_x86_64_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\asm\ontop_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\ontop_x86_64_ms_pe_masm.asm

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-gd-x64-1_66.lib

...on 600th target...

common.copy stage\lib\libboost_context-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\context\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\thread.obj

thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\tss_dll.obj

tss_dll.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\win32\tss_pe.obj

tss_pe.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_thread-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\thread\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\detail\coroutine_context.obj

coroutine_context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

msvc.archive bin.v2\libs\coroutine\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_coroutine-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\coroutine\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\greg_month.obj

greg_month.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\greg_weekday.obj

greg_weekday.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\date_generators.obj

date_generators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\date_time\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_date_time-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\date_time\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\exception\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\clone_current_exception_non_intrusive.obj

clone_current_exception_non_intrusive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\exception\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_exception-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\exception\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\codecvt_error_category.obj

codecvt_error_category.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\operations.obj

operations.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\path.obj

path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\path_traits.obj

path_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\portability.obj

portability.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\unique_path.obj

unique_path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\filesystem\src\unique_path.cpp(114): warning C4267: “参数”: 从“size_t”转换到“DWORD”,可能丢失数据

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\windows_file_codecvt.obj

windows_file_codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\filesystem\src\windows_file_codecvt.cpp(43): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

libs\filesystem\src\windows_file_codecvt.cpp(63): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_filesystem-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\filesystem\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numa\windows\pin_thread.obj

pin_thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\numa\windows\topology.obj

topology.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\algo\algorithm.obj

algorithm.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\algo\round_robin.obj

round_robin.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\algo\shared_work.obj

shared_work.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\algo\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\algo\numa\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\barrier.obj

barrier.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\condition_variable.obj

condition_variable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\context.obj

context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\fiber.obj

fiber.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\mutex.obj

mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\properties.obj

properties.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 700th target...

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\recursive_mutex.obj

recursive_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\recursive_timed_mutex.obj

recursive_timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\timed_mutex.obj

timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\scheduler.obj

scheduler.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-gd-x64-1_66.lib

common.copy stage\lib\libboost_fiber-vc141-mt-gd-x64-1_66.lib

bin.v2\libs\fiber\build\msvc-14.1\debug\address-model-64\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-gd-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\atomic\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lockpool.obj

lockpool.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\atomic\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_atomic-vc141-mt-x64-1_66.lib

bin.v2\libs\atomic\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\system\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\error_code.obj

error_code.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\system\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_system-vc141-mt-x64-1_66.lib

bin.v2\libs\system\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\chrono.obj

chrono.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\thread_clock.obj

thread_clock.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\process_cpu_clocks.obj

process_cpu_clocks.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\chrono\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_chrono-vc141-mt-x64-1_66.lib

bin.v2\libs\chrono\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\alloc_lib.obj

alloc_lib.c

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dlmalloc.obj

dlmalloc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\global_resource.obj

global_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\monotonic_buffer_resource.obj

monotonic_buffer_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\pool_resource.obj

pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\synchronized_pool_resource.obj

synchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unsynchronized_pool_resource.obj

unsynchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_container-vc141-mt-x64-1_66.lib

bin.v2\libs\container\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dummy.obj

dummy.cpp

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asm\make_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\make_x86_64_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asm\jump_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\jump_x86_64_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asm\ontop_x86_64_ms_pe_masm.obj

Assembling: libs\context\src\asm\ontop_x86_64_ms_pe_masm.asm

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_context-vc141-mt-x64-1_66.lib

bin.v2\libs\context\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\thread.obj

thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\tss_dll.obj

tss_dll.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\tss_pe.obj

tss_pe.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_thread-vc141-mt-x64-1_66.lib

bin.v2\libs\thread\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\detail\coroutine_context.obj

coroutine_context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

msvc.archive bin.v2\libs\coroutine\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_coroutine-vc141-mt-x64-1_66.lib

bin.v2\libs\coroutine\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\greg_month.obj

greg_month.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\greg_weekday.obj

greg_weekday.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\gregorian\date_generators.obj

date_generators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\date_time\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_date_time-vc141-mt-x64-1_66.lib

bin.v2\libs\date_time\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-x64-1_66.lib

已复制 1 个文件。

...on 800th target...

compile-c-c++ bin.v2\libs\exception\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\clone_current_exception_non_intrusive.obj

clone_current_exception_non_intrusive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\exception\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_exception-vc141-mt-x64-1_66.lib

bin.v2\libs\exception\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\codecvt_error_category.obj

codecvt_error_category.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\operations.obj

operations.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\path.obj

path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\path_traits.obj

path_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\portability.obj

portability.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unique_path.obj

unique_path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\filesystem\src\unique_path.cpp(114): warning C4267: “参数”: 从“size_t”转换到“DWORD”,可能丢失数据

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows_file_codecvt.obj

windows_file_codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\filesystem\src\windows_file_codecvt.cpp(43): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

libs\filesystem\src\windows_file_codecvt.cpp(63): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_filesystem-vc141-mt-x64-1_66.lib

bin.v2\libs\filesystem\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numa\windows\pin_thread.obj

pin_thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numa\windows\topology.obj

topology.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\algo\algorithm.obj

algorithm.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\algo\round_robin.obj

round_robin.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\algo\shared_work.obj

shared_work.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\algo\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\algo\numa\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\barrier.obj

barrier.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\condition_variable.obj

condition_variable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\context.obj

context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fiber.obj

fiber.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\mutex.obj

mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\properties.obj

properties.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\recursive_mutex.obj

recursive_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\recursive_timed_mutex.obj

recursive_timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\timed_mutex.obj

timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\scheduler.obj

scheduler.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_fiber-vc141-mt-x64-1_66.lib

bin.v2\libs\fiber\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\c_regex_traits.obj

c_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cpp_regex_traits.obj

cpp_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cregex.obj

cregex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fileiter.obj

fileiter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\icu.obj

icu.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instances.obj

instances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\posix_api.obj

posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\regex.obj

regex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\regex_debug.obj

regex_debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\regex_raw_buffer.obj

regex_raw_buffer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\regex_traits_defaults.obj

regex_traits_defaults.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\static_mutex.obj

static_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\w32_regex_traits.obj

w32_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\wc_regex_traits.obj

wc_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\wide_posix_api.obj

wide_posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\winstances.obj

winstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\usinstances.obj

usinstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_regex-vc141-mt-x64-1_66.lib

bin.v2\libs\regex\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\read_graphviz_new.obj

read_graphviz_new.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\graphml.obj

graphml.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\graph\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_graph-vc141-mt-x64-1_66.lib

bin.v2\libs\graph\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\file_descriptor.obj

file_descriptor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\mapped_file.obj

mapped_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

msvc.archive bin.v2\libs\iostreams\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_iostreams-vc141-mt-x64-1_66.lib

bin.v2\libs\iostreams\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\encoding\codepage.obj

codepage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(129): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(139): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(139): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(152): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(155): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(415): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(406): note: 编译 类 模板 成员函数 "std::string boost::locale::conv::impl::wconv_from_utf<CharType,2>::convert(const CharType *,const CharType *)" 时

with

[

CharType=wchar_t

]

libs\locale\src\encoding\codepage.cpp(106): note: 参见对正在编译的 类 模板 实例化 "boost::locale::conv::impl::wconv_from_utf<CharType,2>" 的引用

with

[

CharType=wchar_t

]

libs\locale\src\encoding\codepage.cpp(161): note: 参见对正在编译的函数 模板 实例化“std::string boost::locale::conv::impl::convert_from<wchar_t>(const CharType *,const CharType *,const char *,boost::locale::conv::method_type)”的引用

with

[

CharType=wchar_t

]

e:\ifc\boost_1_66_0_2019\libs\locale\src\encoding\wconv_codepage.ipp(424): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\date_time.obj

date_time.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\format.obj

format.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\formatting.obj

formatting.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 900th target...

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\generator.obj

generator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\ids.obj

ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\localization_backend.obj

localization_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\message.obj

message.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\shared\mo_lambda.obj

mo_lambda.cpp

libs\locale\src\shared\mo_lambda.cpp(286): warning C4244: “=”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\util\codecvt_converter.obj

codecvt_converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/locale/generic_codecvt.hpp(232): warning C4244: “return”: 从“__int64”转换到“int”,可能丢失数据

.\boost/locale/generic_codecvt.hpp(202): note: 编译 类 模板 成员函数 "int boost::locale::generic_codecvt<CharType,boost::locale::util::simple_codecvt<CharType>,2>::do_length(mbstate_t &,const char *,const char *,size_t) const" 时

with

[

CharType=wchar_t

]

libs\locale\src\util\codecvt_converter.cpp(189): note: 参见对正在编译的 类 模板 实例化 "boost::locale::generic_codecvt<CharType,boost::locale::util::simple_codecvt<CharType>,2>" 的引用

with

[

CharType=wchar_t

]

libs\locale\src\util\codecvt_converter.cpp(398): note: 参见对正在编译的 类 模板 实例化 "boost::locale::util::simple_codecvt<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\util\default_locale.obj

default_locale.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\util\info.obj

info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\util\locale_data.obj

locale_data.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\std\codecvt.obj

codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\std\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\std\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\std\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\std\std_backend.obj

std_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\util\gregorian.obj

gregorian.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\lcid.obj

lcid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\win32\win_backend.obj

win_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(149): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(153): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(170): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(245): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

e:\ifc\boost_1_66_0_2019\libs\locale\src\win32\api.hpp(249): warning C4244: “参数”: 从“__int64”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_locale-vc141-mt-x64-1_66.lib

bin.v2\libs\locale\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\attribute_name.obj

attribute_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\attribute_set.obj

attribute_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\attribute_value_set.obj

attribute_value_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\code_conversion.obj

code_conversion.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\core.obj

core.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\record_ostream.obj

record_ostream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\severity_level.obj

severity_level.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\global_logger_storage.obj

global_logger_storage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\named_scope.obj

named_scope.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\process_name.obj

process_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\process_id.obj

process_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\thread_id.obj

thread_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\timer.obj

timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\default_attribute_names.obj

default_attribute_names.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\default_sink.obj

default_sink.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_ostream_backend.obj

text_ostream_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_file_backend.obj

text_file_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_multifile_backend.obj

text_multifile_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\thread_specific.obj

thread_specific.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\once_block.obj

once_block.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\timestamp.obj

timestamp.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\threadsafe_queue.obj

threadsafe_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\event.obj

event.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\trivial.obj

trivial.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\spirit_encoding.obj

spirit_encoding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\format_parser.obj

format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\date_time_format_parser.obj

date_time_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\named_scope_format_parser.obj

named_scope_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unhandled_exception_count.obj

unhandled_exception_count.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\permissions.obj

permissions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dump.obj

dump.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dump_avx2.obj

dump_avx2.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dump_ssse3.obj

dump_ssse3.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.compile.mc bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\simple_event_log.h

MC: Compiling libs\log\src\windows\simple_event_log.mc

msvc.compile.rc bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\simple_event_log_res.obj

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation. All rights reserved.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\syslog_backend.obj

syslog_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\debug_output_backend.obj

debug_output_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\event_log_backend.obj

event_log_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\ipc_reliable_message_queue.obj

ipc_reliable_message_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\ipc_sync_wrappers.obj

ipc_sync_wrappers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\light_rw_mutex.obj

light_rw_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\mapped_shared_memory.obj

mapped_shared_memory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windows\object_name.obj

object_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_log-vc141-mt-x64-1_66.lib

bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\parser_utils.obj

parser_utils.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\init_from_stream.obj

init_from_stream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\init_from_settings.obj

init_from_settings.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\settings_parser.obj

settings_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\filter_parser.obj

filter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\formatter_parser.obj

formatter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\default_filter_factory.obj

default_filter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\matches_relation_factory.obj

matches_relation_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\setup\default_formatter_factory.obj

default_formatter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_log_setup-vc141-mt-x64-1_66.lib

bin.v2\libs\log\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++-pch bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\pch.pch

pch.pch.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerre.obj

assoc_laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendre.obj

assoc_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\beta.obj

beta.cpp

...on 1000th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1.obj

comp_ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2.obj

comp_ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3.obj

comp_ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_i.obj

cyl_bessel_i.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_j.obj

cyl_bessel_j.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_k.obj

cyl_bessel_k.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumann.obj

cyl_neumann.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1.obj

ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2.obj

ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3.obj

ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expint.obj

expint.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hermite.obj

hermite.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\laguerre.obj

laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\legendre.obj

legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zeta.obj

riemann_zeta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_bessel.obj

sph_bessel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendre.obj

sph_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumann.obj

sph_neumann.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerref.obj

assoc_laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendref.obj

assoc_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\betaf.obj

betaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1f.obj

comp_ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2f.obj

comp_ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3f.obj

comp_ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_if.obj

cyl_bessel_if.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_jf.obj

cyl_bessel_jf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_kf.obj

cyl_bessel_kf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumannf.obj

cyl_neumannf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1f.obj

ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2f.obj

ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3f.obj

ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expintf.obj

expintf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hermitef.obj

hermitef.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\laguerref.obj

laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\legendref.obj

legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zetaf.obj

riemann_zetaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_besself.obj

sph_besself.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendref.obj

sph_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumannf.obj

sph_neumannf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1f-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\config\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\has_long_double_support.obj

has_long_double_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_laguerrel.obj

assoc_laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\assoc_legendrel.obj

assoc_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\betal.obj

betal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_1l.obj

comp_ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_2l.obj

comp_ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\comp_ellint_3l.obj

comp_ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_il.obj

cyl_bessel_il.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_jl.obj

cyl_bessel_jl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_bessel_kl.obj

cyl_bessel_kl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cyl_neumannl.obj

cyl_neumannl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_1l.obj

ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_2l.obj

ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\ellint_3l.obj

ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expintl.obj

expintl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hermitel.obj

hermitel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\laguerrel.obj

laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\legendrel.obj

legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\riemann_zetal.obj

riemann_zetal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_bessell.obj

sph_bessell.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_legendrel.obj

sph_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\sph_neumannl.obj

sph_neumannl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_tr1l-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\acosh.obj

acosh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asinh.obj

asinh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\atanh.obj

atanh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cbrt.obj

cbrt.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\copysign.obj

copysign.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erfc.obj

erfc.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erf.obj

erf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expm1.obj

expm1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fmax.obj

fmax.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fmin.obj

fmin.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fpclassify.obj

fpclassify.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hypot.obj

hypot.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lgamma.obj

lgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\llround.obj

llround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\log1p.obj

log1p.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lround.obj

lround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nextafter.obj

nextafter.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nexttoward.obj

nexttoward.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\round.obj

round.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\tgamma.obj

tgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\trunc.obj

trunc.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_c99-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\acoshf.obj

acoshf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asinhf.obj

asinhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\atanhf.obj

atanhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cbrtf.obj

cbrtf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\copysignf.obj

copysignf.cpp

...on 1100th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erfcf.obj

erfcf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erff.obj

erff.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expm1f.obj

expm1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fmaxf.obj

fmaxf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fminf.obj

fminf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fpclassifyf.obj

fpclassifyf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hypotf.obj

hypotf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lgammaf.obj

lgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\llroundf.obj

llroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\log1pf.obj

log1pf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lroundf.obj

lroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nextafterf.obj

nextafterf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nexttowardf.obj

nexttowardf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\roundf.obj

roundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\tgammaf.obj

tgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\truncf.obj

truncf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_c99f-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\acoshl.obj

acoshl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\asinhl.obj

asinhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\atanhl.obj

atanhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cbrtl.obj

cbrtl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\copysignl.obj

copysignl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erfcl.obj

erfcl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\erfl.obj

erfl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\expm1l.obj

expm1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fmaxl.obj

fmaxl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fminl.obj

fminl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\fpclassifyl.obj

fpclassifyl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\hypotl.obj

hypotl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lgammal.obj

lgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\llroundl.obj

llroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\log1pl.obj

log1pl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\lroundl.obj

lroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nextafterl.obj

nextafterl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\nexttowardl.obj

nexttowardl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\roundl.obj

roundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\tgammal.obj

tgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\truncl.obj

truncl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_math_c99l-vc141-mt-x64-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cmdline.obj

cmdline.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\config_file.obj

config_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\options_description.obj

options_description.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\parsers.obj

parsers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\variables_map.obj

variables_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\value_semantic.obj

value_semantic.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\positional_options.obj

positional_options.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\convert.obj

convert.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\winmain.obj

winmain.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\split.obj

split.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_program_options-vc141-mt-x64-1_66.lib

bin.v2\libs\program_options\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\list.obj

list.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\list.cpp(58): warning C4244: “return”: 从“boost::python::ssize_t”转换到“long”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\long.obj

long.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dict.obj

dict.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\tuple.obj

tuple.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\str.obj

str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\slice.obj

slice.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\converter\from_python.obj

from_python.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\converter\registry.obj

registry.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\converter\type_id.obj

type_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\enum.obj

enum.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\enum.cpp(47): warning C4190: “auto_free”有指定的 C 链接,但返回了与 C 不兼容的 UDT“boost::python::api::object”

.\boost/python/extract.hpp(34): note: 参见“boost::python::api::object”的声明

libs\python\src\object\enum.cpp(47): warning C4930: “boost::python::api::object auto_free(boost::python::handle<PyObject>)”: 未调用原型函数(是否是有意用变量定义的?)

libs\python\src\object\enum.cpp(238): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\class.obj

class.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\class.cpp(734): warning C4267: “初始化”: 从“size_t”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\function.obj

function.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\function.cpp(757): warning C4244: “参数”: 从“__int64”转换到“unsigned int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\inheritance.obj

inheritance.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\life_support.obj

life_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\pickle_support.obj

pickle_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\pickle_support.cpp(49): warning C4244: “=”: 从“boost::python::ssize_t”转换到“long”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\errors.obj

errors.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\module.obj

module.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\converter\builtin_converters.obj

builtin_converters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\converter\arg_to_python_base.obj

arg_to_python_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\iterator.obj

iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\stl_iterator.obj

stl_iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object_protocol.obj

object_protocol.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object_operators.obj

object_operators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\wrapper.obj

wrapper.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\import.obj

import.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\exec.obj

exec.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\object\function_doc_signature.obj

function_doc_signature.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\function_doc_signature.cpp(287): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\object\function_doc_signature.cpp(294): warning C4244: “=”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\object\function_doc_signature.cpp(303): warning C4244: “=”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

msvc.archive bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_python3-vc141-mt-x64-1_66.lib

bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\dtype.obj

dtype.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\matrix.obj

matrix.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\ndarray.obj

ndarray.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\numpy\ndarray.cpp(51): warning C4244: “*=”: 从“const __int64”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(65): warning C4244: “*=”: 从“const __int64”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(127): warning C4267: “参数”: 从“size_t”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(239): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

libs\python\src\numpy\ndarray.cpp(254): warning C4244: “初始化”: 从“boost::python::ssize_t”转换到“int”,可能丢失数据

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\numpy.obj

numpy.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\python\src\numpy\numpy.cpp(22) : warning C4715: “boost::python::numpy::wrap_import_array”: 不是所有的控件路径都返回值

...on 1200th target...

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\scalars.obj

scalars.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\numpy\ufunc.obj

ufunc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_numpy3-vc141-mt-x64-1_66.lib

bin.v2\libs\python\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\random\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\random_device.obj

random_device.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\random\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_random-vc141-mt-x64-1_66.lib

bin.v2\libs\random\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_archive.obj

basic_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_iarchive.obj

basic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_iserializer.obj

basic_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_oarchive.obj

basic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_oserializer.obj

basic_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_pointer_iserializer.obj

basic_pointer_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_pointer_oserializer.obj

basic_pointer_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_serializer_map.obj

basic_serializer_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_iprimitive.obj

basic_text_iprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_oprimitive.obj

basic_text_oprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_xml_archive.obj

basic_xml_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\binary_iarchive.obj

binary_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\binary_oarchive.obj

binary_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info.obj

extended_type_info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info_typeid.obj

extended_type_info_typeid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\extended_type_info_no_rtti.obj

extended_type_info_no_rtti.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\polymorphic_iarchive.obj

polymorphic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\polymorphic_oarchive.obj

polymorphic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\stl_port.obj

stl_port.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_iarchive.obj

text_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_oarchive.obj

text_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\void_cast.obj

void_cast.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\archive_exception.obj

archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_grammar.obj

xml_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<char>::my_parse(std::basic_istream<char,std::char_traits<char>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=char,

CharType=char

]

libs\serialization\src\xml_grammar.cpp(52): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<char>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_iarchive.obj

xml_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_oarchive.obj

xml_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_archive_exception.obj

xml_archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\codecvt_null.obj

codecvt_null.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_serialization-vc141-mt-x64-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_wiprimitive.obj

basic_text_wiprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\basic_text_woprimitive.obj

basic_text_woprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_wiarchive.obj

text_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\text_woarchive.obj

text_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_wgrammar.obj

xml_wgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<wchar_t>::my_parse(std::basic_istream<wchar_t,std::char_traits<wchar_t>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=wchar_t,

CharType=wchar_t

]

libs\serialization\src\xml_wgrammar.cpp(51): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_wiarchive.obj

xml_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_woarchive.obj

xml_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_wserialization-vc141-mt-x64-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\trackable.obj

trackable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\connection.obj

connection.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\named_slot_map.obj

named_slot_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\signal_base.obj

signal_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\slot.obj

slot.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_signals-vc141-mt-x64-1_66.lib

bin.v2\libs\signals\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\noop.obj

noop.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_noop-vc141-mt-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windbg.obj

windbg.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg-vc141-mt-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\windbg_cached.obj

windbg_cached.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg_cached-vc141-mt-x64-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\auto_timers_construction.obj

auto_timers_construction.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cpu_timer.obj

cpu_timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\timer\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_timer-vc141-mt-x64-1_66.lib

bin.v2\libs\timer\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\execution_monitor.obj

execution_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\execution_monitor.ipp(1290) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\debug.obj

debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cpp_main.obj

cpp_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 1300th target...

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_prg_exec_monitor-vc141-mt-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\compiler_log_formatter.obj

compiler_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\decorator.obj

decorator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\framework.obj

framework.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\plain_report_formatter.obj

plain_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\progress_monitor.obj

progress_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\results_collector.obj

results_collector.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\results_reporter.obj

results_reporter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\test_framework_init_observer.obj

test_framework_init_observer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\test_main.obj

test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\test_tools.obj

test_tools.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\test_tools.ipp(385) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\test_tree.obj

test_tree.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_log.obj

unit_test_log.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_main.obj

unit_test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_monitor.obj

unit_test_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\unit_test_parameters.obj

unit_test_parameters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\junit_log_formatter.obj

junit_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_log_formatter.obj

xml_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\xml_report_formatter.obj

xml_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_test_exec_monitor-vc141-mt-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-x64-1_66.lib

已复制 1 个文件。

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_unit_test_framework-vc141-mt-x64-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\type_erasure\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\dynamic_binding.obj

dynamic_binding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\type_erasure\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_type_erasure-vc141-mt-x64-1_66.lib

bin.v2\libs\type_erasure\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_exprgrammar.obj

instantiate_cpp_exprgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_grammar.obj

instantiate_cpp_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_cpp_literalgrs.obj

instantiate_cpp_literalgrs.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_defined_grammar.obj

instantiate_defined_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_predef_macros.obj

instantiate_predef_macros.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer.obj

instantiate_re2c_lexer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer_str.obj

instantiate_re2c_lexer_str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\token_ids.obj

token_ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\wave_config_constant.obj

wave_config_constant.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\aq.obj

aq.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\cpp_re.obj

cpp_re.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-x64-1_66.lib

common.copy stage\lib\libboost_wave-vc141-mt-x64-1_66.lib

bin.v2\libs\wave\build\msvc-14.1\release\address-model-64\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-x64-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\atomic\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lockpool.obj

lockpool.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\atomic\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_atomic-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\atomic\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\system\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\error_code.obj

error_code.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\system\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_system-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\system\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\chrono.obj

chrono.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\thread_clock.obj

thread_clock.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\process_cpu_clocks.obj

process_cpu_clocks.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\chrono\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_chrono-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\chrono\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\alloc_lib.obj

alloc_lib.c

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dlmalloc.obj

dlmalloc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\global_resource.obj

global_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\monotonic_buffer_resource.obj

monotonic_buffer_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\pool_resource.obj

pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\synchronized_pool_resource.obj

synchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unsynchronized_pool_resource.obj

unsynchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_container-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\container\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asm\make_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\make_i386_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asm\jump_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\jump_i386_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asm\ontop_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\ontop_i386_ms_pe_masm.asm

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dummy.obj

dummy.cpp

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_context-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\context\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

...on 1400th target...

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\thread.obj

thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\tss_dll.obj

tss_dll.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\tss_pe.obj

tss_pe.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_thread-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\thread\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\detail\coroutine_context.obj

coroutine_context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

msvc.archive bin.v2\libs\coroutine\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_coroutine-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\coroutine\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\gregorian\greg_month.obj

greg_month.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\gregorian\greg_weekday.obj

greg_weekday.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\gregorian\date_generators.obj

date_generators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\date_time\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_date_time-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\date_time\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\exception\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\clone_current_exception_non_intrusive.obj

clone_current_exception_non_intrusive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\exception\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_exception-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\exception\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\codecvt_error_category.obj

codecvt_error_category.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\operations.obj

operations.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\path.obj

path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\path_traits.obj

path_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\portability.obj

portability.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unique_path.obj

unique_path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows_file_codecvt.obj

windows_file_codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_filesystem-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\filesystem\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numa\windows\pin_thread.obj

pin_thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numa\windows\topology.obj

topology.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\algo\algorithm.obj

algorithm.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\algo\round_robin.obj

round_robin.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\algo\shared_work.obj

shared_work.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\algo\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\algo\numa\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\barrier.obj

barrier.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\condition_variable.obj

condition_variable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\context.obj

context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fiber.obj

fiber.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\mutex.obj

mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\properties.obj

properties.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\recursive_mutex.obj

recursive_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\recursive_timed_mutex.obj

recursive_timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\timed_mutex.obj

timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\scheduler.obj

scheduler.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_fiber-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\fiber\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\c_regex_traits.obj

c_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cpp_regex_traits.obj

cpp_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cregex.obj

cregex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fileiter.obj

fileiter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\icu.obj

icu.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instances.obj

instances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\posix_api.obj

posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\regex.obj

regex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\regex_debug.obj

regex_debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\regex_raw_buffer.obj

regex_raw_buffer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\regex_traits_defaults.obj

regex_traits_defaults.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\static_mutex.obj

static_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\w32_regex_traits.obj

w32_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\wc_regex_traits.obj

wc_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\wide_posix_api.obj

wide_posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\winstances.obj

winstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\usinstances.obj

usinstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_regex-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\regex\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\read_graphviz_new.obj

read_graphviz_new.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\graphml.obj

graphml.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\graph\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_graph-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\graph\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

...on 1500th target...

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\file_descriptor.obj

file_descriptor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\mapped_file.obj

mapped_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

msvc.archive bin.v2\libs\iostreams\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_iostreams-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\iostreams\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\encoding\codepage.obj

codepage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\date_time.obj

date_time.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\format.obj

format.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\formatting.obj

formatting.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\generator.obj

generator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\ids.obj

ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\localization_backend.obj

localization_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\message.obj

message.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\shared\mo_lambda.obj

mo_lambda.cpp

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\util\codecvt_converter.obj

codecvt_converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\util\default_locale.obj

default_locale.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\util\info.obj

info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\util\locale_data.obj

locale_data.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\std\codecvt.obj

codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\std\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\std\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\std\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\std\std_backend.obj

std_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\util\gregorian.obj

gregorian.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\lcid.obj

lcid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\win32\win_backend.obj

win_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_locale-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\locale\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\attribute_name.obj

attribute_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\attribute_set.obj

attribute_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\attribute_value_set.obj

attribute_value_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\code_conversion.obj

code_conversion.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\core.obj

core.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\record_ostream.obj

record_ostream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\severity_level.obj

severity_level.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\global_logger_storage.obj

global_logger_storage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\named_scope.obj

named_scope.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\process_name.obj

process_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\process_id.obj

process_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\thread_id.obj

thread_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\timer.obj

timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\default_attribute_names.obj

default_attribute_names.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\default_sink.obj

default_sink.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_ostream_backend.obj

text_ostream_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_file_backend.obj

text_file_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_multifile_backend.obj

text_multifile_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\thread_specific.obj

thread_specific.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\once_block.obj

once_block.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\timestamp.obj

timestamp.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\threadsafe_queue.obj

threadsafe_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\event.obj

event.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\trivial.obj

trivial.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\spirit_encoding.obj

spirit_encoding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\format_parser.obj

format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\date_time_format_parser.obj

date_time_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\named_scope_format_parser.obj

named_scope_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unhandled_exception_count.obj

unhandled_exception_count.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\permissions.obj

permissions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dump.obj

dump.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.compile.mc bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\simple_event_log.h

MC: Compiling libs\log\src\windows\simple_event_log.mc

msvc.compile.rc bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\simple_event_log_res.obj

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation. All rights reserved.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dump_avx2.obj

dump_avx2.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dump_ssse3.obj

dump_ssse3.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\syslog_backend.obj

syslog_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\debug_output_backend.obj

debug_output_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\event_log_backend.obj

event_log_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\ipc_reliable_message_queue.obj

ipc_reliable_message_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\ipc_sync_wrappers.obj

ipc_sync_wrappers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\light_rw_mutex.obj

light_rw_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\mapped_shared_memory.obj

mapped_shared_memory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windows\object_name.obj

object_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_log-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\parser_utils.obj

parser_utils.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\init_from_stream.obj

init_from_stream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\init_from_settings.obj

init_from_settings.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\settings_parser.obj

settings_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\filter_parser.obj

filter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\formatter_parser.obj

formatter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\default_filter_factory.obj

default_filter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

E:\IFC\boost_1_66_0_2019\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

...on 1600th target...

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\matches_relation_factory.obj

matches_relation_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\setup\default_formatter_factory.obj

default_formatter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_log_setup-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\log\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++-pch bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\pch.pch

pch.pch.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_laguerre.obj

assoc_laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_legendre.obj

assoc_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\beta.obj

beta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_1.obj

comp_ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_2.obj

comp_ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_3.obj

comp_ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_i.obj

cyl_bessel_i.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_j.obj

cyl_bessel_j.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_k.obj

cyl_bessel_k.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_neumann.obj

cyl_neumann.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_1.obj

ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_2.obj

ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_3.obj

ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expint.obj

expint.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hermite.obj

hermite.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\laguerre.obj

laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\legendre.obj

legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\riemann_zeta.obj

riemann_zeta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_bessel.obj

sph_bessel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_legendre.obj

sph_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_neumann.obj

sph_neumann.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_laguerref.obj

assoc_laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_legendref.obj

assoc_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\betaf.obj

betaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_1f.obj

comp_ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_2f.obj

comp_ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_3f.obj

comp_ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_if.obj

cyl_bessel_if.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_jf.obj

cyl_bessel_jf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_kf.obj

cyl_bessel_kf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_neumannf.obj

cyl_neumannf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_1f.obj

ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_2f.obj

ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_3f.obj

ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expintf.obj

expintf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hermitef.obj

hermitef.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\laguerref.obj

laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\legendref.obj

legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\riemann_zetaf.obj

riemann_zetaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_besself.obj

sph_besself.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_legendref.obj

sph_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_neumannf.obj

sph_neumannf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1f-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\config\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\has_long_double_support.obj

has_long_double_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_laguerrel.obj

assoc_laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\assoc_legendrel.obj

assoc_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\betal.obj

betal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_1l.obj

comp_ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_2l.obj

comp_ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\comp_ellint_3l.obj

comp_ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_il.obj

cyl_bessel_il.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_jl.obj

cyl_bessel_jl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_bessel_kl.obj

cyl_bessel_kl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cyl_neumannl.obj

cyl_neumannl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_1l.obj

ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_2l.obj

ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\ellint_3l.obj

ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expintl.obj

expintl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hermitel.obj

hermitel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\laguerrel.obj

laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\legendrel.obj

legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\riemann_zetal.obj

riemann_zetal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_bessell.obj

sph_bessell.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_legendrel.obj

sph_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\sph_neumannl.obj

sph_neumannl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1l-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\acosh.obj

acosh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asinh.obj

asinh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\atanh.obj

atanh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cbrt.obj

cbrt.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\copysign.obj

copysign.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erfc.obj

erfc.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erf.obj

erf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expm1.obj

expm1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fmax.obj

fmax.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fmin.obj

fmin.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fpclassify.obj

fpclassify.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hypot.obj

hypot.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lgamma.obj

lgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\llround.obj

llround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\log1p.obj

log1p.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lround.obj

lround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nextafter.obj

nextafter.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nexttoward.obj

nexttoward.cpp

...on 1700th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\round.obj

round.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\tgamma.obj

tgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\trunc.obj

trunc.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_c99-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\acoshf.obj

acoshf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asinhf.obj

asinhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\atanhf.obj

atanhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cbrtf.obj

cbrtf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\copysignf.obj

copysignf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erfcf.obj

erfcf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erff.obj

erff.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expm1f.obj

expm1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fmaxf.obj

fmaxf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fminf.obj

fminf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fpclassifyf.obj

fpclassifyf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hypotf.obj

hypotf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lgammaf.obj

lgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\llroundf.obj

llroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\log1pf.obj

log1pf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lroundf.obj

lroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nextafterf.obj

nextafterf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nexttowardf.obj

nexttowardf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\roundf.obj

roundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\tgammaf.obj

tgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\truncf.obj

truncf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_c99f-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\acoshl.obj

acoshl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\asinhl.obj

asinhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\atanhl.obj

atanhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cbrtl.obj

cbrtl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\copysignl.obj

copysignl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erfcl.obj

erfcl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\erfl.obj

erfl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\expm1l.obj

expm1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fmaxl.obj

fmaxl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fminl.obj

fminl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\fpclassifyl.obj

fpclassifyl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\hypotl.obj

hypotl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lgammal.obj

lgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\llroundl.obj

llroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\log1pl.obj

log1pl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\lroundl.obj

lroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nextafterl.obj

nextafterl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\nexttowardl.obj

nexttowardl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\roundl.obj

roundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\tgammal.obj

tgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\truncl.obj

truncl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_math_c99l-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cmdline.obj

cmdline.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\config_file.obj

config_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\options_description.obj

options_description.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\parsers.obj

parsers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\variables_map.obj

variables_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\value_semantic.obj

value_semantic.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\positional_options.obj

positional_options.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\convert.obj

convert.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\winmain.obj

winmain.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\split.obj

split.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_program_options-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\program_options\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\list.obj

list.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\long.obj

long.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dict.obj

dict.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\tuple.obj

tuple.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\str.obj

str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\slice.obj

slice.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\converter\from_python.obj

from_python.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\converter\registry.obj

registry.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\converter\type_id.obj

type_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\enum.obj

enum.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\enum.cpp(47): warning C4190: “auto_free”有指定的 C 链接,但返回了与 C 不兼容的 UDT“boost::python::api::object”

E:\IFC\boost_1_66_0_2019\boost/python/extract.hpp(34): note: 参见“boost::python::api::object”的声明

libs\python\src\object\enum.cpp(47): warning C4930: “boost::python::api::object auto_free(boost::python::handle<PyObject>)”: 未调用原型函数(是否是有意用变量定义的?)

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\class.obj

class.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\function.obj

function.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\inheritance.obj

inheritance.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\life_support.obj

life_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\pickle_support.obj

pickle_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\errors.obj

errors.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\module.obj

module.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\converter\builtin_converters.obj

builtin_converters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\converter\arg_to_python_base.obj

arg_to_python_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\iterator.obj

iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\stl_iterator.obj

stl_iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object_protocol.obj

object_protocol.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object_operators.obj

object_operators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\wrapper.obj

wrapper.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\import.obj

import.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\exec.obj

exec.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\object\function_doc_signature.obj

function_doc_signature.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-gd-x32-1_66.lib

...on 1800th target...

common.copy stage\lib\libboost_python3-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\dtype.obj

dtype.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\matrix.obj

matrix.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\ndarray.obj

ndarray.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\numpy.obj

numpy.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\python\src\numpy\numpy.cpp(22) : warning C4715: “boost::python::numpy::wrap_import_array”: 不是所有的控件路径都返回值

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\scalars.obj

scalars.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\numpy\ufunc.obj

ufunc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_numpy3-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\python\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\random\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\random_device.obj

random_device.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\random\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_random-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\random\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_archive.obj

basic_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_iarchive.obj

basic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_iserializer.obj

basic_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_oarchive.obj

basic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_oserializer.obj

basic_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_pointer_iserializer.obj

basic_pointer_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_pointer_oserializer.obj

basic_pointer_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_serializer_map.obj

basic_serializer_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_text_iprimitive.obj

basic_text_iprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_text_oprimitive.obj

basic_text_oprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_xml_archive.obj

basic_xml_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\binary_iarchive.obj

binary_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\binary_oarchive.obj

binary_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\extended_type_info.obj

extended_type_info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\extended_type_info_typeid.obj

extended_type_info_typeid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\extended_type_info_no_rtti.obj

extended_type_info_no_rtti.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\polymorphic_iarchive.obj

polymorphic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\polymorphic_oarchive.obj

polymorphic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\stl_port.obj

stl_port.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_iarchive.obj

text_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_oarchive.obj

text_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\void_cast.obj

void_cast.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\archive_exception.obj

archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_grammar.obj

xml_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<char>::my_parse(std::basic_istream<char,std::char_traits<char>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=char,

CharType=char

]

libs\serialization\src\xml_grammar.cpp(52): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<char>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_iarchive.obj

xml_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_oarchive.obj

xml_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_archive_exception.obj

xml_archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\codecvt_null.obj

codecvt_null.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_serialization-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_text_wiprimitive.obj

basic_text_wiprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\basic_text_woprimitive.obj

basic_text_woprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_wiarchive.obj

text_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\text_woarchive.obj

text_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_wgrammar.obj

xml_wgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<wchar_t>::my_parse(std::basic_istream<wchar_t,std::char_traits<wchar_t>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=wchar_t,

CharType=wchar_t

]

libs\serialization\src\xml_wgrammar.cpp(51): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_wiarchive.obj

xml_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_woarchive.obj

xml_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_wserialization-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\trackable.obj

trackable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\connection.obj

connection.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\named_slot_map.obj

named_slot_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\signal_base.obj

signal_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\slot.obj

slot.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_signals-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\signals\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\noop.obj

noop.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_noop-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windbg.obj

windbg.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\windbg_cached.obj

windbg_cached.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg_cached-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\auto_timers_construction.obj

auto_timers_construction.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cpu_timer.obj

cpu_timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\timer\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_timer-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\timer\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\execution_monitor.obj

execution_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\debug.obj

debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cpp_main.obj

cpp_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_prg_exec_monitor-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\compiler_log_formatter.obj

compiler_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\decorator.obj

decorator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\framework.obj

framework.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\plain_report_formatter.obj

plain_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 1900th target...

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\progress_monitor.obj

progress_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\results_collector.obj

results_collector.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\results_reporter.obj

results_reporter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\test_framework_init_observer.obj

test_framework_init_observer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\test_main.obj

test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\test_tools.obj

test_tools.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\test_tools.ipp(385) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\test_tree.obj

test_tree.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unit_test_log.obj

unit_test_log.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unit_test_main.obj

unit_test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unit_test_monitor.obj

unit_test_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\unit_test_parameters.obj

unit_test_parameters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\junit_log_formatter.obj

junit_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_log_formatter.obj

xml_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\xml_report_formatter.obj

xml_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_test_exec_monitor-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

msvc.archive bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_unit_test_framework-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\type_erasure\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\dynamic_binding.obj

dynamic_binding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\type_erasure\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_type_erasure-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\type_erasure\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_cpp_exprgrammar.obj

instantiate_cpp_exprgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_cpp_grammar.obj

instantiate_cpp_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_cpp_literalgrs.obj

instantiate_cpp_literalgrs.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_defined_grammar.obj

instantiate_defined_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_predef_macros.obj

instantiate_predef_macros.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer.obj

instantiate_re2c_lexer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer_str.obj

instantiate_re2c_lexer_str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\token_ids.obj

token_ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\wave_config_constant.obj

wave_config_constant.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\aq.obj

aq.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\cpp_re.obj

cpp_re.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-gd-x32-1_66.lib

common.copy stage\lib\libboost_wave-vc141-mt-gd-x32-1_66.lib

bin.v2\libs\wave\build\msvc-14.1\debug\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-gd-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\atomic\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lockpool.obj

lockpool.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\atomic\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_atomic-vc141-mt-x32-1_66.lib

bin.v2\libs\atomic\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_atomic-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\system\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\error_code.obj

error_code.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\system\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_system-vc141-mt-x32-1_66.lib

bin.v2\libs\system\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_system-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\chrono.obj

chrono.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\thread_clock.obj

thread_clock.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\chrono\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\process_cpu_clocks.obj

process_cpu_clocks.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\chrono\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_chrono-vc141-mt-x32-1_66.lib

bin.v2\libs\chrono\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_chrono-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\alloc_lib.obj

alloc_lib.c

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dlmalloc.obj

dlmalloc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\global_resource.obj

global_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\monotonic_buffer_resource.obj

monotonic_buffer_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\pool_resource.obj

pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\synchronized_pool_resource.obj

synchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unsynchronized_pool_resource.obj

unsynchronized_pool_resource.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_container-vc141-mt-x32-1_66.lib

bin.v2\libs\container\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_container-vc141-mt-x32-1_66.lib

已复制 1 个文件。

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asm\make_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\make_i386_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asm\jump_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\jump_i386_ms_pe_masm.asm

msvc.compile.asm bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asm\ontop_i386_ms_pe_masm.obj

Assembling: libs\context\src\asm\ontop_i386_ms_pe_masm.asm

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dummy.obj

dummy.cpp

compile-c-c++ bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_context-vc141-mt-x32-1_66.lib

bin.v2\libs\context\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_context-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\thread.obj

thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\tss_dll.obj

tss_dll.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\tss_pe.obj

tss_pe.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_thread-vc141-mt-x32-1_66.lib

bin.v2\libs\thread\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_thread-vc141-mt-x32-1_66.lib

已复制 1 个文件。

...on 2000th target...

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\detail\coroutine_context.obj

coroutine_context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

compile-c-c++ bin.v2\libs\coroutine\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\stack_traits.obj

stack_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

Warning: Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING.

msvc.archive bin.v2\libs\coroutine\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_coroutine-vc141-mt-x32-1_66.lib

bin.v2\libs\coroutine\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_coroutine-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\gregorian\greg_month.obj

greg_month.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\gregorian\greg_weekday.obj

greg_weekday.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\date_time\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\gregorian\date_generators.obj

date_generators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\date_time\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_date_time-vc141-mt-x32-1_66.lib

bin.v2\libs\date_time\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_date_time-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\exception\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\clone_current_exception_non_intrusive.obj

clone_current_exception_non_intrusive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\exception\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_exception-vc141-mt-x32-1_66.lib

bin.v2\libs\exception\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_exception-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\codecvt_error_category.obj

codecvt_error_category.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\operations.obj

operations.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\path.obj

path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\path_traits.obj

path_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\portability.obj

portability.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unique_path.obj

unique_path.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows_file_codecvt.obj

windows_file_codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_filesystem-vc141-mt-x32-1_66.lib

bin.v2\libs\filesystem\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_filesystem-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numa\windows\pin_thread.obj

pin_thread.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numa\windows\topology.obj

topology.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\algo\algorithm.obj

algorithm.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\algo\round_robin.obj

round_robin.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\algo\shared_work.obj

shared_work.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\algo\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\algo\numa\work_stealing.obj

work_stealing.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\barrier.obj

barrier.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\condition_variable.obj

condition_variable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\context.obj

context.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fiber.obj

fiber.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\future.obj

future.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\mutex.obj

mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\properties.obj

properties.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\recursive_mutex.obj

recursive_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\recursive_timed_mutex.obj

recursive_timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\timed_mutex.obj

timed_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\scheduler.obj

scheduler.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_fiber-vc141-mt-x32-1_66.lib

bin.v2\libs\fiber\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_fiber-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\c_regex_traits.obj

c_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cpp_regex_traits.obj

cpp_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cregex.obj

cregex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fileiter.obj

fileiter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\icu.obj

icu.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instances.obj

instances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\posix_api.obj

posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\regex.obj

regex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\regex_debug.obj

regex_debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\regex_raw_buffer.obj

regex_raw_buffer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\regex_traits_defaults.obj

regex_traits_defaults.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\static_mutex.obj

static_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\w32_regex_traits.obj

w32_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\wc_regex_traits.obj

wc_regex_traits.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\wide_posix_api.obj

wide_posix_api.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\winstances.obj

winstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\usinstances.obj

usinstances.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_regex-vc141-mt-x32-1_66.lib

bin.v2\libs\regex\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_regex-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\read_graphviz_new.obj

read_graphviz_new.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\graph\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\graphml.obj

graphml.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\graph\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_graph-vc141-mt-x32-1_66.lib

bin.v2\libs\graph\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_graph-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\file_descriptor.obj

file_descriptor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

compile-c-c++ bin.v2\libs\iostreams\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\mapped_file.obj

mapped_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/iostreams/positioning.hpp(96): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, and is preserved only for compatibility with workarounds for old versions of Visual C++. It will be removed in a future release, and in this release always returns 0. Please use standards-conforming mechanisms to manipulate fpos, such as conversions to and from streamoff, or an integral type, instead. If you are receiving this message while compiling Boost.IOStreams, a fix has been submitted upstream to make Boost use standards-conforming mechanisms, as it does for other compilers. You can define _SILENCE_FPOS_SEEKPOS_DEPRECATION_WARNING to acknowledge that you have received this warning, or define _REMOVE_FPOS_SEEKPOS to remove std::fpos::seekpos entirely.

E:\Visual Studio 2017\install\VC\Tools\MSVC\14.15.26726\include\iosfwd(59): note: 参见“std::fpos<_Mbstatet>::seekpos”的声明

msvc.archive bin.v2\libs\iostreams\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_iostreams-vc141-mt-x32-1_66.lib

bin.v2\libs\iostreams\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_iostreams-vc141-mt-x32-1_66.lib

已复制 1 个文件。

...on 2100th target...

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\encoding\codepage.obj

codepage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\date_time.obj

date_time.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\format.obj

format.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\formatting.obj

formatting.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\generator.obj

generator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\ids.obj

ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\localization_backend.obj

localization_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\message.obj

message.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\shared\mo_lambda.obj

mo_lambda.cpp

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\util\codecvt_converter.obj

codecvt_converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\util\default_locale.obj

default_locale.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\util\info.obj

info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\util\locale_data.obj

locale_data.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\std\codecvt.obj

codecvt.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\std\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\std\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\std\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\std\std_backend.obj

std_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\util\gregorian.obj

gregorian.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\collate.obj

collate.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\converter.obj

converter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\lcid.obj

lcid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\numeric.obj

numeric.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\win32\win_backend.obj

win_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_locale-vc141-mt-x32-1_66.lib

bin.v2\libs\locale\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_locale-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\attribute_name.obj

attribute_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\attribute_set.obj

attribute_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\attribute_value_set.obj

attribute_value_set.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\code_conversion.obj

code_conversion.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\core.obj

core.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\record_ostream.obj

record_ostream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\severity_level.obj

severity_level.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\global_logger_storage.obj

global_logger_storage.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\named_scope.obj

named_scope.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\process_name.obj

process_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\process_id.obj

process_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\thread_id.obj

thread_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\timer.obj

timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\exceptions.obj

exceptions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\default_attribute_names.obj

default_attribute_names.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\default_sink.obj

default_sink.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_ostream_backend.obj

text_ostream_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_file_backend.obj

text_file_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_multifile_backend.obj

text_multifile_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\thread_specific.obj

thread_specific.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\once_block.obj

once_block.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\timestamp.obj

timestamp.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\threadsafe_queue.obj

threadsafe_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\event.obj

event.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\trivial.obj

trivial.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\spirit_encoding.obj

spirit_encoding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\format_parser.obj

format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\date_time_format_parser.obj

date_time_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\named_scope_format_parser.obj

named_scope_format_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unhandled_exception_count.obj

unhandled_exception_count.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\permissions.obj

permissions.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dump.obj

dump.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.compile.mc bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\simple_event_log.h

MC: Compiling libs\log\src\windows\simple_event_log.mc

msvc.compile.rc bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\simple_event_log_res.obj

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation. All rights reserved.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\syslog_backend.obj

syslog_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\debug_output_backend.obj

debug_output_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\event_log_backend.obj

event_log_backend.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\ipc_reliable_message_queue.obj

ipc_reliable_message_queue.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\ipc_sync_wrappers.obj

ipc_sync_wrappers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\light_rw_mutex.obj

light_rw_mutex.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\mapped_shared_memory.obj

mapped_shared_memory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windows\object_name.obj

object_name.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dump_avx2.obj

dump_avx2.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dump_ssse3.obj

dump_ssse3.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_log-vc141-mt-x32-1_66.lib

bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_log-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\parser_utils.obj

parser_utils.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\init_from_stream.obj

init_from_stream.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\init_from_settings.obj

init_from_settings.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\settings_parser.obj

settings_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\filter_parser.obj

filter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\formatter_parser.obj

formatter_parser.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\default_filter_factory.obj

default_filter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

.\boost/spirit/home/support/char_encoding/iso8859_1.hpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\matches_relation_factory.obj

matches_relation_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\setup\default_formatter_factory.obj

default_formatter_factory.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_log_setup-vc141-mt-x32-1_66.lib

bin.v2\libs\log\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_log_setup-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++-pch bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\pch.pch

pch.pch.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_laguerre.obj

assoc_laguerre.cpp

...on 2200th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_legendre.obj

assoc_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\beta.obj

beta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_1.obj

comp_ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_2.obj

comp_ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_3.obj

comp_ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_i.obj

cyl_bessel_i.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_j.obj

cyl_bessel_j.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_k.obj

cyl_bessel_k.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_neumann.obj

cyl_neumann.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_1.obj

ellint_1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_2.obj

ellint_2.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_3.obj

ellint_3.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expint.obj

expint.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hermite.obj

hermite.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\laguerre.obj

laguerre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\legendre.obj

legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\riemann_zeta.obj

riemann_zeta.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_bessel.obj

sph_bessel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_legendre.obj

sph_legendre.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_neumann.obj

sph_neumann.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_laguerref.obj

assoc_laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_legendref.obj

assoc_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\betaf.obj

betaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_1f.obj

comp_ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_2f.obj

comp_ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_3f.obj

comp_ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_if.obj

cyl_bessel_if.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_jf.obj

cyl_bessel_jf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_kf.obj

cyl_bessel_kf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_neumannf.obj

cyl_neumannf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_1f.obj

ellint_1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_2f.obj

ellint_2f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_3f.obj

ellint_3f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expintf.obj

expintf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hermitef.obj

hermitef.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\laguerref.obj

laguerref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\legendref.obj

legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\riemann_zetaf.obj

riemann_zetaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_besself.obj

sph_besself.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_legendref.obj

sph_legendref.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_neumannf.obj

sph_neumannf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1f-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1f-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\config\msvc-14.1\release\link-static\threadapi-win32\threading-multi\has_long_double_support.obj

has_long_double_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_laguerrel.obj

assoc_laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\assoc_legendrel.obj

assoc_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\betal.obj

betal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_1l.obj

comp_ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_2l.obj

comp_ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\comp_ellint_3l.obj

comp_ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_il.obj

cyl_bessel_il.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_jl.obj

cyl_bessel_jl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_bessel_kl.obj

cyl_bessel_kl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cyl_neumannl.obj

cyl_neumannl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_1l.obj

ellint_1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_2l.obj

ellint_2l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\ellint_3l.obj

ellint_3l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expintl.obj

expintl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hermitel.obj

hermitel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\laguerrel.obj

laguerrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\legendrel.obj

legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\riemann_zetal.obj

riemann_zetal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_bessell.obj

sph_bessell.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_legendrel.obj

sph_legendrel.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\sph_neumannl.obj

sph_neumannl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_tr1l-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_tr1l-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\acosh.obj

acosh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asinh.obj

asinh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\atanh.obj

atanh.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cbrt.obj

cbrt.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\copysign.obj

copysign.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erfc.obj

erfc.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erf.obj

erf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expm1.obj

expm1.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fmax.obj

fmax.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fmin.obj

fmin.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fpclassify.obj

fpclassify.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hypot.obj

hypot.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lgamma.obj

lgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\llround.obj

llround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\log1p.obj

log1p.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lround.obj

lround.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nextafter.obj

nextafter.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nexttoward.obj

nexttoward.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\round.obj

round.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\tgamma.obj

tgamma.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\trunc.obj

trunc.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_c99-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\acoshf.obj

acoshf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asinhf.obj

asinhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\atanhf.obj

atanhf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cbrtf.obj

cbrtf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\copysignf.obj

copysignf.cpp

...on 2300th target...

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erfcf.obj

erfcf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erff.obj

erff.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expm1f.obj

expm1f.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fmaxf.obj

fmaxf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fminf.obj

fminf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fpclassifyf.obj

fpclassifyf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hypotf.obj

hypotf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lgammaf.obj

lgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\llroundf.obj

llroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\log1pf.obj

log1pf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lroundf.obj

lroundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nextafterf.obj

nextafterf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nexttowardf.obj

nexttowardf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\roundf.obj

roundf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\tgammaf.obj

tgammaf.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\truncf.obj

truncf.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_c99f-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99f-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\acoshl.obj

acoshl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\asinhl.obj

asinhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\atanhl.obj

atanhl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cbrtl.obj

cbrtl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\copysignl.obj

copysignl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erfcl.obj

erfcl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\erfl.obj

erfl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\expm1l.obj

expm1l.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fmaxl.obj

fmaxl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fminl.obj

fminl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\fpclassifyl.obj

fpclassifyl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\hypotl.obj

hypotl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lgammal.obj

lgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\llroundl.obj

llroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\log1pl.obj

log1pl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\lroundl.obj

lroundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nextafterl.obj

nextafterl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\nexttowardl.obj

nexttowardl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\roundl.obj

roundl.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\tgammal.obj

tgammal.cpp

compile-c-c++ bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\truncl.obj

truncl.cpp

msvc.archive bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_math_c99l-vc141-mt-x32-1_66.lib

bin.v2\libs\math\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_math_c99l-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cmdline.obj

cmdline.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\config_file.obj

config_file.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\options_description.obj

options_description.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\parsers.obj

parsers.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\variables_map.obj

variables_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\value_semantic.obj

value_semantic.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\positional_options.obj

positional_options.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\convert.obj

convert.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\winmain.obj

winmain.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\split.obj

split.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_program_options-vc141-mt-x32-1_66.lib

bin.v2\libs\program_options\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_program_options-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\list.obj

list.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\long.obj

long.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dict.obj

dict.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\tuple.obj

tuple.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\str.obj

str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\slice.obj

slice.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\converter\from_python.obj

from_python.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\converter\registry.obj

registry.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\converter\type_id.obj

type_id.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\enum.obj

enum.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

libs\python\src\object\enum.cpp(47): warning C4190: “auto_free”有指定的 C 链接,但返回了与 C 不兼容的 UDT“boost::python::api::object”

.\boost/python/extract.hpp(34): note: 参见“boost::python::api::object”的声明

libs\python\src\object\enum.cpp(47): warning C4930: “boost::python::api::object auto_free(boost::python::handle<PyObject>)”: 未调用原型函数(是否是有意用变量定义的?)

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\class.obj

class.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\function.obj

function.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\inheritance.obj

inheritance.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

e:\ifc\boost_1_66_0_2019\boost\graph\named_function_params.hpp(240) : warning C4172: 返回局部变量或临时变量的地址

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\life_support.obj

life_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\pickle_support.obj

pickle_support.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\errors.obj

errors.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\module.obj

module.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\converter\builtin_converters.obj

builtin_converters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\converter\arg_to_python_base.obj

arg_to_python_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\iterator.obj

iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\stl_iterator.obj

stl_iterator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object_protocol.obj

object_protocol.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object_operators.obj

object_operators.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\wrapper.obj

wrapper.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\import.obj

import.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\exec.obj

exec.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\object\function_doc_signature.obj

function_doc_signature.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_python3-vc141-mt-x32-1_66.lib

bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_python3-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\dtype.obj

dtype.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\matrix.obj

matrix.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\ndarray.obj

ndarray.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\numpy.obj

numpy.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\python\src\numpy\numpy.cpp(22) : warning C4715: “boost::python::numpy::wrap_import_array”: 不是所有的控件路径都返回值

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\scalars.obj

scalars.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\numpy\ufunc.obj

ufunc.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_numpy3-vc141-mt-x32-1_66.lib

bin.v2\libs\python\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_numpy3-vc141-mt-x32-1_66.lib

已复制 1 个文件。

...on 2400th target...

compile-c-c++ bin.v2\libs\random\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\random_device.obj

random_device.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\random\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_random-vc141-mt-x32-1_66.lib

bin.v2\libs\random\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_random-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_archive.obj

basic_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_iarchive.obj

basic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_iserializer.obj

basic_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_oarchive.obj

basic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_oserializer.obj

basic_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_pointer_iserializer.obj

basic_pointer_iserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_pointer_oserializer.obj

basic_pointer_oserializer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_serializer_map.obj

basic_serializer_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_text_iprimitive.obj

basic_text_iprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_text_oprimitive.obj

basic_text_oprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_xml_archive.obj

basic_xml_archive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\binary_iarchive.obj

binary_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\binary_oarchive.obj

binary_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\extended_type_info.obj

extended_type_info.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\extended_type_info_typeid.obj

extended_type_info_typeid.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\extended_type_info_no_rtti.obj

extended_type_info_no_rtti.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\polymorphic_iarchive.obj

polymorphic_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\polymorphic_oarchive.obj

polymorphic_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\stl_port.obj

stl_port.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_iarchive.obj

text_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_oarchive.obj

text_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\void_cast.obj

void_cast.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\archive_exception.obj

archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_grammar.obj

xml_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<char>::my_parse(std::basic_istream<char,std::char_traits<char>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=char,

CharType=char

]

libs\serialization\src\xml_grammar.cpp(52): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<char>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_iarchive.obj

xml_iarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_oarchive.obj

xml_oarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_archive_exception.obj

xml_archive_exception.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\codecvt_null.obj

codecvt_null.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\utf8_codecvt_facet.obj

utf8_codecvt_facet.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_serialization-vc141-mt-x32-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_serialization-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_text_wiprimitive.obj

basic_text_wiprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\basic_text_woprimitive.obj

basic_text_woprimitive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_wiarchive.obj

text_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\text_woarchive.obj

text_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_wgrammar.obj

xml_wgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(197): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt\string.h(182): note: 参见“strerror”的声明

e:\ifc\boost_1_66_0_2019\libs\serialization\src\basic_xml_grammar.ipp(181): note: 编译 类 模板 成员函数 "bool boost::archive::basic_xml_grammar<wchar_t>::my_parse(std::basic_istream<wchar_t,std::char_traits<wchar_t>> &,const boost::spirit::classic::rule<boost::spirit::classic::scanner<std::_String_iterator<std::_String_val<std::_Simple_types<_Ty>>>,boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy,boost::spirit::classic::match_policy,boost::spirit::classic::action_policy>>,boost::spirit::classic::nil_t,boost::spirit::classic::nil_t> &,const CharType) const" 时

with

[

_Ty=wchar_t,

CharType=wchar_t

]

libs\serialization\src\xml_wgrammar.cpp(51): note: 参见对正在编译的 类 模板 实例化 "boost::archive::basic_xml_grammar<wchar_t>" 的引用

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_wiarchive.obj

xml_wiarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_woarchive.obj

xml_woarchive.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_wserialization-vc141-mt-x32-1_66.lib

bin.v2\libs\serialization\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_wserialization-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\trackable.obj

trackable.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\connection.obj

connection.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\named_slot_map.obj

named_slot_map.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\signal_base.obj

signal_base.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\slot.obj

slot.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_signals-vc141-mt-x32-1_66.lib

bin.v2\libs\signals\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_signals-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\noop.obj

noop.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_noop-vc141-mt-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_noop-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windbg.obj

windbg.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg-vc141-mt-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\windbg_cached.obj

windbg_cached.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_stacktrace_windbg_cached-vc141-mt-x32-1_66.lib

bin.v2\libs\stacktrace\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_stacktrace_windbg_cached-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\auto_timers_construction.obj

auto_timers_construction.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\timer\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cpu_timer.obj

cpu_timer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\timer\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_timer-vc141-mt-x32-1_66.lib

bin.v2\libs\timer\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_timer-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\execution_monitor.obj

execution_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\execution_monitor.ipp(1290) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\debug.obj

debug.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cpp_main.obj

cpp_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_prg_exec_monitor-vc141-mt-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_prg_exec_monitor-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\compiler_log_formatter.obj

compiler_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\decorator.obj

decorator.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\framework.obj

framework.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\plain_report_formatter.obj

plain_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\progress_monitor.obj

progress_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\results_collector.obj

results_collector.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\results_reporter.obj

results_reporter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\test_framework_init_observer.obj

test_framework_init_observer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\test_main.obj

test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\test_tools.obj

test_tools.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

e:\ifc\boost_1_66_0_2019\boost\test\impl\test_tools.ipp(385) : warning C4702: 无法访问的代码

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\test_tree.obj

test_tree.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unit_test_log.obj

unit_test_log.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unit_test_main.obj

unit_test_main.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unit_test_monitor.obj

unit_test_monitor.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

...on 2500th target...

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\unit_test_parameters.obj

unit_test_parameters.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\junit_log_formatter.obj

junit_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_log_formatter.obj

xml_log_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\xml_report_formatter.obj

xml_report_formatter.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_test_exec_monitor-vc141-mt-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_test_exec_monitor-vc141-mt-x32-1_66.lib

已复制 1 个文件。

msvc.archive bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_unit_test_framework-vc141-mt-x32-1_66.lib

bin.v2\libs\test\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_unit_test_framework-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\type_erasure\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\dynamic_binding.obj

dynamic_binding.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\type_erasure\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_type_erasure-vc141-mt-x32-1_66.lib

bin.v2\libs\type_erasure\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_type_erasure-vc141-mt-x32-1_66.lib

已复制 1 个文件。

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_cpp_exprgrammar.obj

instantiate_cpp_exprgrammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_cpp_grammar.obj

instantiate_cpp_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_cpp_literalgrs.obj

instantiate_cpp_literalgrs.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_defined_grammar.obj

instantiate_defined_grammar.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_predef_macros.obj

instantiate_predef_macros.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer.obj

instantiate_re2c_lexer.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\instantiate_re2c_lexer_str.obj

instantiate_re2c_lexer_str.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\token_ids.obj

token_ids.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\wave_config_constant.obj

wave_config_constant.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\aq.obj

aq.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

compile-c-c++ bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\cpplexer\re2clex\cpp_re.obj

cpp_re.cpp

Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

msvc.archive bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-x32-1_66.lib

common.copy stage\lib\libboost_wave-vc141-mt-x32-1_66.lib

bin.v2\libs\wave\build\msvc-14.1\release\link-static\threadapi-win32\threading-multi\libboost_wave-vc141-mt-x32-1_66.lib

已复制 1 个文件。

...updated 2531 targets...

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

E:\IFC\boost_1_66_0_2019

The following directory should be added to linker library paths:

E:\IFC\boost_1_66_0_2019\stage\lib

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

E:\IFC\boost_1_66_0_2019>

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------