c++ - xCode MongoDB Boost import <angled> -
i created c++ project in xcode 6.3.2 (mac yosemite 10.10.3). installed boost (brew install boost) , mongodb (following this guide).
i have setted librarysearchpath , userheadersearchpath following this guide.
now when try launch application have lot of error this:
'boost/smart_ptr/detail/shared_count.hpp' file not found <angled> include; use "quotes" instead
in file of boost , mongo, include path angled include.
xcode seems see boost library relative project , not system.
there's way tell xcode boost system library , not relative project library?
after few hours resolved stupid problem. it's not userheadersearchpath headersearchpath. :)
Comments
Post a Comment