Elvis Dukaj

Results 41 comments of Elvis Dukaj

try with this: `find_package(cpprestsdk REQUIRED)` After you install the library you must heve this files: `cpprestsdk-targets.cmake cpprestsdk-config.cmake cpprestsdk-targets-release.cmake`

I didn't tried with the package coming from apt... I built `cpprestsdk` and installed in my pc.

What's the issue? I'm using cpprestsdk both on Linux machines and containers compiling for x86, x64 and arm architectures without any issue. Can you put some logs and explain better...

@Southclaws The version coming with apt-get don't install cmake files! You need to compile it by yourself... If you need to build a 32-bit version on a 64-bit host, my...

Zlib builds fine: ``` ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=20 compiler.exception=seh compiler.libcxx=libstdc++ compiler.threads=posix compiler.version=13 os=Windows [tool_requires] *: ninja/1.11.1, cmake/3.28.1, mingw-builds/13.2.0 [conf] tools.cmake.cmaketoolchain:generator=Ninja Multi-Config tools.env.virtualenv:powershell=False Profile...

I don't know why the pipeline is failing 🤔any chance to read the logs?

Note that StrawberryPerl has a similar discussion: https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/104

Also the threading model could be changed to use mcf instead of posix, it seemed much more performant and suitable for GCC.

Any opinion about this PR?

If https://github.com/conan-io/conan/pull/16016 is approved this PR is not needed.