mingw编译boost_1_66_0
生活随笔
收集整理的這篇文章主要介紹了
mingw编译boost_1_66_0
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?1. 設置toolset=gcc
D:\boost_1_66_0>.\bootstrap.bat gcc
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
?
2.
'::hypot' has not been declared
修改cmath中std::hypot => std::_typot
轉載于:https://www.cnblogs.com/tangyanbin/p/8117672.html
總結
以上是生活随笔為你收集整理的mingw编译boost_1_66_0的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 设计模式(一) 策略模式
- 下一篇: python-面向对象