Opened 5 years ago
#13066 new Bugs
boost_1_64_0 build error
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: |
Description
when i build boost with command:
bootstrap.bat
b2 --toolset=msvc-14.0 architecture=x86 address-model=64 link=static --build-type=complete --with-system --with-thread --with-date_time --with-filesystem --with-serialization --with-atomic
then, in my project i use #include "boost/date_time.hpp"
i get the error...,the right file should be libboost_date_time-vc140-mt-1_64.lib
isn't it?
严重性 代码 说明 项目 文件 行 禁止显示状态 错误 LNK1104 无法打开文件“libboost_date_time-vc140-mt-1_60.lib” Tool E:\Design\Work\Tool\LINK 1
Note:
See TracTickets
for help on using tickets.