Dovydas Girdvainis
Dovydas Girdvainis
I tried this on conan v2.6.0 on windows2019 LTSC docker image with MSYS2 `mingw-w64-ucrt-x86_64` (used `mingw-w64-ucrt-x86_64-ninja`, `mingw-w64-ucrt-x86_64-toolchain` and `mingw-w64-ucrt-x86_64-cmake` packages) and got the same error seems to be mentioned in...
@Croydon, @gegles could you help us out?
Hy @Croydon, thanks for your quick response. Why would `openssl` try to create `/dev/shm` directory on windows machines? Shouldn't it create directories within `openssl` and not root?
Hey, @Croydon, @gegles any info on this issue? I am trying to build the [nanodbc/2.14.0](https://conan.io/center/recipes/nanodbc?version=2.14.0) package on a Windows system and this causes the package to fail to build.
Hi @AbrilRBS, did you try it on windows locally or in Windows docker container as I did?
How about we open multiple Issues for each pull request? We could label them Work In Progress if it is being worked and assign the developers, and once it's done...
That's fine with me @jpfr, did you start working on any of these? If not I will open a PR for some of the plugins, not sure how long it...
Hi @joesulewski, based on the [Changelog](https://github.com/oatpp/oatpp/blob/986b8fec0e92b5481f00416d5bdeaecdf7b419ff/changelog/1.4.0.md?plain=1#L36), it looks like that v1.4.0 has a new header ["oatpp/encoding/Url.hpp"](https://github.com/oatpp/oatpp/blob/master/src/oatpp/encoding/Url.hpp), that provides `oatpp::encoding::Url::decode()` method, however this is not available in v1.3.0 branch... You could...