Open ghostravenstorm opened 5 years ago
Hello ghostravenstorm,
unfortunately i am forced to use Windows as well, receiving the same errors. I am building this with MinGW on Windows (the not properly working one) but i tested served on Mac too, which compiled sucessfully. I am very aware of your problem being over one year old, but have you worked out any solution for this or solved this problem somehow?
I added this as a submodule to another program I'm designing to be a rest api so I don't have to futz with building dependencies separately. The following I added to my cmakelists
include_directories(served/src)
And when I include
served/served.hpp
and do nothing else - I have just an empty main, I get a ton of syntax errors fromrequest_parser.hpp
I'm building this in Visual Studio 2019. Is Served compatible with on Windows, or it is only Linux and Mac? I assumed since it's using Boost, I could compile it on Windows.