Luis Caro Campos
Luis Caro Campos
Hi @elvisdukaj, thank you for taking the time to troubleshoot this and submit detailed logs. First thing I'm noticing from your logs is that the reported version and rrev for...
Hi @irieger - any chance you can provide us with: * the conan build log with the resolved dependencies (so that we can see the exact resolved versions and revision,...
Hi @irieger , thanks so much. Could you provide tails as to the full reference of the msys2 recipe/package? In my case: ``` Build requirements msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c:956a88975bda9dfcc485e2861d71e74bd7e2b9a5#c99a611f14016fba4a51b85204f62fa3 - Download (conancenter) ```
Still trying to reproduce this, to no avail. I've been doing further investigation, and based on the logs you have submitted (thanks @elvisdukaj and @irieger), I can understand better why...
Opened https://github.com/conan-io/conan-center-index/pull/24590 @irieger, @elvisdukaj , if you still have a way to reproduce the issues, it would be great if you could test msys2 from that PR ahead of time....
Thank you for testing it! Glad it fixes this issue for you. @elvisdukaj - once you get a chance to try this out, if it is fixed please close this...
Hi @Ahajha - thanks for this! I'm actually surprised by this! Not so much on Windows - but I thought that a statically-linked-python-runtime-into-the-interpreter was actually widely used in some distros...
Thanks @Alan5142 - apologies for the delay. We have now fixed this issue in https://github.com/conan-io/conan-center-index/pull/28085 (relying on `AutotoolsToolchain` to propagate the right flags via environment variables, rather than having to...
Typically the main purposes of target abstractions in CMake is to avoid precisely having to be aware of the files at all. so `target_link_libraries(mytarget PRIVATE foo::libfoo)` - it shouldn't matter...
For added context, the actual issue is that emsdk itself contains SDL2, and a Conan dependency graph that also contains SDL2 may result in issueS: https://github.com/conan-io/conan-center-index/issues/21131