Todiq
Todiq
Indeed, that does the trick. Thanks a lot!
Hello @memsharded, \ \ Indeed, in the `final` layer, the install is located in `C:\BuildTools`. \ \ Would moving that folder to `%ProgramFiles%` be enough? Or is it also because...
Thanks for the hints! \ \ If completely missed the `tools.microsoft.msbuild:installation_path`. \ \ I try running again the command and added `--conf:all "tools.microsoft.msbuild:installation_path=C:\BuildTools"`, but that still leads to the same...
@memsharded, I just tried running `conan profile detect` on the container startup with conan 2.7.0, but that led to: ```powershell PS C:\workspace> conan profile detect detect_api: Found msvc 17 ERROR:...
Hello @memsharded, I followed this particular link yesterday (https://blog.conan.io/2022/10/13/Different-flavors-Clang-compiler-Windows.html) but I can't compile boost either. I am using conan 2.0.11. I put all the info in here https://github.com/conan-io/conan-center-index/issues/19941, but I...
Probably linked to https://github.com/conan-io/conan-center-index/pull/18764
Hello @juansblanco, No worries. I managed to reproduce it with 2.0.16. I have 2 profiles: - windows-clang-debug: ```txt [settings] arch={{detect_api.detect_arch()}} build_type=Release compiler=msvc compiler.cppstd=14 compiler.runtime=dynamic compiler.version=193 os=Windows &:build_type=Debug &:compiler=clang &:compiler.cppstd=17 &:compiler.version=16...
I confirm this keeps happening on 2.4.1 when switching between generators (MSBuild & Ninja)
@memsharded I’ll try to reproduce it. But it’s been a random issue for me. I’m gonna give it a shot before `2.5.0` goes out
@memsharded I have been unable to reproduce it consistently. It always happens randomly. The quick fix that always works is to kill the powershell that was running the `conan build`...