ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

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

Open dharanivp opened 5 years ago

dharanivp commented 5 years ago

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.

Shravan40 commented 5 years ago

Try compiling/building your project with -lboost_system flag.

dharanivp commented 5 years ago

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 notifications@github.com 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