我已成功为iOS 4.3构建了一些Boost C++ 1.44.0库。我现在需要Boost.Log v2。 Boost.Log需要构建Boost C ++。但是,Boost.Log文档没有提到任何最小的Boost C ++版本。
我在网上发现了Boost.Log was sucessfully built with Boost 1.45.0,但如果是为Boost.Log v1或v2编译的,则没有提供任何信息。
任何人都可以了解应该用于编译Boost.Log v2(rev 667)的Boost C ++库最低版本吗?
答案 0 :(得分:1)
好吧,我应该在提出这个问题之前尝试构建Boost.Log(667)。在构建输出中,它是明确写的:
./boost/log/detail/prologue.hpp:36:5: error: #error Boost.Log: **Boost version 1.48 or later is required**
因此,Boost.Log v2(修订版667)要求Boost 1.48.0最小值。