Nathan-M-code

Results 6 comments of Nathan-M-code

Indeed, there is no probleme now if I add `player_tuple.5.sleeping = false;` Then why my threshold are not read ?

In my case I have one sfml resize event ```cpp for (int i = 0; i < 4; i++) { for (sf::Event event; m_renderWindow.pollEvent(event);) { if(event.type == sf::Event::EventType::Resized){ LOG_INFO(logger, "Window...

With `-DCURL_ZLIB=OFF` it builded. I have to say that I had to manually do that : https://github.com/libcpr/cpr/commit/eb2d418f86d6907d81d67d900e7cd518b2d6e34b Or I got this error: ``` [100%] Linking CXX shared library ../lib/libcpr.so ld.lld:...

It worked without any error with ndk r25c (didn't try with r26b) ! Also I needed to set OFF SSL or I got ``` -- Detecting SSL backend... -- Could...

With this command on master: `cmake -S .. -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_NDK="$ndkPath" -DCMAKE_INSTALL_PREFIX="$ndkPath/sources/third_party/cpr" -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DCMAKE_BUILD_TYPE=Release -DCPR_USE_SYSTEM_CURL=ON -DCURL_INCLUDE_DIR="/usr/include/x86_64-linux-gnu/curl" -DOPENSSL_INCLUDE_DIR="/usr/lib/ssl" .. ` ``` -- CXX standard: 17 -- C++ Requests CMake Options -- =======================================================...

Your answer makes sense. I don't have time and skill to code it myself so I'll be patient. I let you close the issue or assign any tag you think...