James

Results 2692 comments of James

Closing as responded, please re-open or create a new ticket if you have any further feedback.

Hi @eirikb Indeed a non expected case. As Conan has no further information so far, it will use only os-arch to decide. But it is not only a problem of...

Hi @reawakingFudge If you check https://blog.conan.io/2022/10/13/Different-flavors-Clang-compiler-Windows.html It seems you are in the case of ``LLVM/Clang``, and the profile would be missing some settings: ``` [settings] os=Windows arch=x86_64 build_type=Release compiler=clang compiler.version=13...

> I'm really sad to hear, that packages are tested only with a single compiler on the windows platform and MSVC at that (because it doesn't report lots of issues...

It seems it works fine here, with the profile used in the blog post: ``` [settings] os=Windows arch=x86_64 build_type=Release compiler=clang compiler.version=16 compiler.cppstd=gnu14 compiler.runtime=dynamic compiler.runtime_type=Release compiler.runtime_version=v143 [buildenv] PATH=+(path)C:/ws/LLVM/Clang16/bin PATH+=(path)C:/ws/msys64/mingw64/bin ``` then...

Hi @reawakingFudge Any further feedback? Your profile was incorrect, you were using "msys2 backend" settings, for LLVM/CLang, which uses MSVC backed runtime. With the above profile that I provided, things...

Closing this ticket as staled and not able to reproduce. Please comment or create a new ticket if you have further feedback. Thanks!

Hi @Jeanmilost This is not really related to this plugin, it would be more a general Conan ``conan`` repo question. This is a version conflict, please check: https://docs.conan.io/2/tutorial/versioning/conflicts.html It would...

Hi @stevn Thanks for your feedback and for your reproducible code. However, I am afraid that this is expected behavior. It was this way in Conan 1, and it was...

Hi @stevn Any further question or issue here? If not maybe we can close the ticket? Thanks for your feedback.