crow
crow copied to clipboard
Couldn't find the folder boost and the header files under that
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.
Try compiling/building your project with -lboost_system
flag.
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