Luis Caro Campos

Results 135 comments of Luis Caro Campos

Hi @shrek1402 - I have stumbled upon the same issue. Could you try adding: ``` target_compile_definitions(MI.Bench PRIVATE BENCHMARK_STATIC_DEFINE ) ``` ? I'll open an issue or a PR to hopefully...

Hi @ibis-hdl - thank you for reporting this. Indeed, on most recent Linux distros that also provide `clang`, it is typical that `clang` uses the GNU C++ Library (libstdc++), which...

Hi @zhoupeng6d - I have try to reproduce this on Ubuntu 20.04 with Python 3.8 and I'm unable to. I can install `conan==1.52` with pip and `conan --version` reports the...

Hi @Zvicii - thank you for reporting this issue. There was an issue with the `wayland` recipe in `conan-center-index` where a _private_ Conan API was used, and it changed internally...

> I'm facing the same problem (Ubuntu 20.04 in WSL). Already tried a `pip3 uninstall conan` and then a reinstall using `pip3 install --upgrade conan==1.52.0 ` but this didn't help....

This is similar to an issue we've seen in the past (although still under investigation). I think this is caused by libtool: one of the packages probably has `.la` files...

Hi there! I've landed on this PR from this issue report: https://github.com/conan-io/conan/issues/12222 Let's please make sure PR description provide a motivation for the changes - the title mentions "fixing" the...

> Hi, my message [#13228 (comment)](https://github.com/conan-io/conan-center-index/pull/13228#issuecomment-1263248392) was supposed to give the context. I'll take care to put it in the PR description next time, if your feel it makes a...

Hi @szigetics - thank you for reporting this issue. Would be able to provide us with what steps you have followed to initiate the build of `fmt` for Emscripten? I'll...

Hi @lo1ol and thank you for raising this question. Indeed as you mention earlier, the default behaviour as per `self.info.vs_toolset_compatible()` (docs [here](https://docs.conan.io/en/1.50/reference/conanfile/methods.html#self-info-vs-toolset-compatible-self-info-vs-toolset-incompatible)) - is to erase the `compiler.toolset` setting if...