crow icon indicating copy to clipboard operation
crow copied to clipboard

Couldn't find the folder boost and the header files under that

Open dharanivp opened this issue 6 years ago • 2 comments

Couldn't find the folder boost and the header files under that. For example, in crow\json.h, #include <boost/lexical_cast.hpp>, it shows cannot open source file. Similarly all the files referred under boost is not reflected properly. Please help me to resolve the issue.

dharanivp avatar Jan 18 '19 03:01 dharanivp

Try compiling/building your project with -lboost_system flag.

Shravan40 avatar Jan 21 '19 12:01 Shravan40

Hi, Thanks for your reply. Can you please let me know how to build the project with -lboost_system.

Regards,Dharani

On Mon, Jan 21, 2019 at 5:58 PM Shravan Kumar Gond [email protected] wrote:

Try compiling/building your project with -lboost_system flag.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ipkn/crow/issues/332#issuecomment-456057632, or mute the thread https://github.com/notifications/unsubscribe-auth/AMIxCyIjCQSqgHzPSwcULpQFXrBBVsPgks5vFbJggaJpZM4aHKKN .

-- With Regards, V.P.Dharani

dharanivp avatar Jan 24 '19 08:01 dharanivp