stevenwdv

Results 80 comments of stevenwdv

For me seemed to happen mostly when I SSH'd into a remote Linux machine and opened some files with `micro` and then minimized the terminal (but not always), which I...

Ok, so reinstalling (now in per-user mode, btw) fixed the issue for me. But it seems some of my settings are gone :/ Still, the cause of this issue should...

@crutkas > How was the upgrade installed. How did you install the prior version Originally probably via GitHub? Was a long time ago so not sure. The upgrade I installed...

@stefansjfw As I said, I already uninstalled & reinstalled, so my installation will not resemble the crashing one anymore

@stefansjfw Hi, did you read my comment?

@RubenRBS Hello! Yes, but this only suppresses Conan's own output, not e.g. CMake output. Check with e.g. `conan install --requires=zlib/[~1] --build='*' -vwarning`

Ah, okay. That would be a possibility. I guess that with `[platform_requires]` the (list of options from) the actual recipe is not available? Would it be an idea to just...

Thanks, that works a lot better! I now also explicitly specified `tools.build:compiler_executables={'c': 'clang', 'cpp': 'clang++'}` to be sure it uses clang, since it autodetected gcc on another install, but Boost...

> it is possible that the `boost` recipe in ConanCenter is not following the `compiler_executables` configuration yet It does follow the config, it just cannot find clang++ without an absolute...

> Did the above help? I guess, but would be nice if it could be fixed, I'll create a separate issue. Also, there seem to be multiple other issues building...