简体   繁体   中英

How to build Boost using Visual Studio 2013

When building boost using the newly released Visual Studio 2013, the following error occurs:

Unknown compiler version - please run the configure tests and report the results

I am building boost using bjam via the following command:

bjam %BJAM_PROCESSORS% --toolset=msvc --build-type=complete msvc --stagedir=stage stage

I must build boost using the command prompt, I am unable to download a prebuilt version of boost.

Thanks.

您必须从其SVN服务器获取最新版本,然后使用toolset=msvc-12.0

The upcoming boost release (1.55.0, scheduled for early November) should support VS2013 (also scheduled for release in early November)

[ And yes, I know that VS2013 was "released for the web" already, but its' official release date is Nov 13. Silly marketing. ]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM