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.43k stars 889 forks source link

fatal error: 'boost/optional.hpp' file not found... c++20 macos Monterey m1 #402

Closed DavidBalaban01 closed 2 years ago

DavidBalaban01 commented 2 years ago

Hello, I am having crow include in my current directory and trying to run main.cpp gives me an error in file query_string.h where there is #include <boost/optional.hpp>

Could you help me ?

thx

The-EDev commented 2 years ago

Hi @Daviddbalaban, unfortunately this repository has not been active for over 4 years. We have an active version here With many changes, fixes, and improvements, including Set up and compiling instructions. If following the set up guide doesn't fix your problem, feel free to open an issue there.