Tim Ebbeke
Tim Ebbeke
> make[1]: *** No rule to make target '../nana/cmake-build-/CMakeFiles/nana.dir/all', needed by 'CMakeFiles/screen.dir/all'. Stop. which has to be related with line 24 in the CMakeLists.txt, which purpose is to find libnana...
I see, Wouldn't it be better then to add an option(...) for the ENTIRE nana build directory?
https://github.com/5cript/roar My own :P for http(s) and websocket based on boost::beast and curl. Otherwise asio, beast, libcurl
epoll is just one of the low level ways on linux to wait for IO events. https://man7.org/linux/man-pages/man7/epoll.7.html There is also the new io_uring, which is potentially better than epoll and...
Why SOCI_CXX_C11? You should use CMAKE_CXX_STANDARD
And what about optionally checking against __cplusplus if existant/supported, secondarily using the special soci cmake option? In principal this allows for CMAKE_CXX_STANDARD where supported.
I meant C++17 onwards, so I botched the value? No matter, would have noticed in PR. I will make a PR as soon as I can, when I tested it...
Both endpoints can have a certificate file, or just the server or just the client or neither. From HTTPS we all know the one where just the server has a...
I have seen this issue a long time ago together with optifine whenever a leaves item is "visible" in an inventory.
I also ran into this issue from within official azure pipeline service runners.