2016-02-08

boost: Boost.FileSystem linking struggle

Struggling with boost? SSDDBS

If you already linked boost_filesystem and boost_system but still receive errors like boost/system/error_code.hpp:221: undefined reference to `boost::system::generic_category()', then you should add the following flags to your $(CPP) flags: -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_SYSTEM_NO_DEPRECATED

No comments :

Post a Comment