我将 Boost 1.53.0 的以下组件与 C++11 库结合使用...
- boost::signals2::scoped_connection
- 升压::信号2::信号
- 升压::信号2::连接
- 提升::数学::常量
- boost::circle_buffer
- boost::lexical_cast
根据这个答案,我不需要链接库来使用 Boost 的这些部分。根据这个答案,信号2也应该是仅标头。但是,我仍然收到链接器错误...
Undefined symbols for architecture i386:
"boost::system::system_category()", referenced from:
___cxx_global_var_init2 in Main.o
...
"boost::system::generic_category()", referenced from:
___cxx_global_var_init in Main.o
___cxx_global_var_init1 in Main.o
...
为什么?