obj\Debug\src\SQLite3DB.o||In function _static_initialization_and_destruction_0:|
D:\workspace-cpp\boost_1_54_0_beta1\boost\system\error_code.hpp|222|undefined reference to boost::system::generic_category()|
D:\workspace-cpp\boost_1_54_0_beta1\boost\system\error_code.hpp|223|undefined reference to boost::system::generic_category()|
D:\workspace-cpp\boost_1_54_0_beta1\boost\system\error_code.hpp|224|undefined reference to boost::system::system_category()|
||=== Build finished: 3 errors, 0 warnings (0 minutes, 4 seconds) ===|
boost/filesystem.hpp
以上是包含到我的项目后的完整错误消息。我看到一些帖子说添加-lboost_system
可能会解决这个问题,但我不知道在 CodeBlocks 中的哪里可以做到这一点!
我已经花了一天的时间来解决这个问题。谢谢你的帮助!