Igor Mróz
Igor Mróz
I was able to run Anki 2.1.20 and sync it with anki-sync-server, but probably only data (no media). It looks like it tries to sync media with ankiweb, regardless of...
I hope that my [PR](https://github.com/tsudoko/anki-sync-server/pull/60) will help with some of the issues.
Still doesn't work? Example from tests looks same as above one (https://github.com/ipkn/crow/blob/master/tests/unittest.cpp#L328).
Maybe try to add std::string field in crow::request (e.g. std::string ipAddress) and then set it in _http_connection.h:259_ with something like: ```c++ req.ipAddress = adaptor_.socket_.remote_endpoint().address().to_string(); ``` Didn't test it, just looked...
Yeah, I want to make some improvements when I'll have some time ;) Try to make PR by the end of this week.
Added in #322. Changes are on my fork, on master branch.
Did you installed boost in your system?
Maybe try to use `find_package( Boost 1.52 COMPONENTS system thread REQUIRED )` in your CMakeLists.txt file as in project's CMakeLists.txt file?
So it means that you don't have installed boost-1.52. Can you give me some output from your package manager with boost version?
It looks like problem with boost installation. Or maybe path to library isn't set. Try to find the solution through goole.