Todiq
Todiq
Hello @sykhro, Thanks for the info. How does one install clang-cl under Linux? In fact, I make sure of using the default package manager, since I want to create docker...
Thank. I added RC to the env through the profile and /MANIFEST:NO to the link options in the cmakelists. However, I now get this: ```bash LINK Pass 1: command "/usr/bin/lld-link-16...
Hello @sykhro, Thanks a lot for your time. I downloaded both the sdk and crt with xwin in the first place. By default, the symlinks are created. I currently have...
@sykhro I downloaded the sdk again with the command you provided, to be sure nothing was missing. However, I am still unable to compile anything. It will be simpler with...
Hello @sykhro, Although the cmake issue is fixed, it still won't work. I tried removing the arm64 subfolders I also had to be sure it wasn't conflicting with the x64...
Tried, but did not work either. Are we sure to have the same tree? ```bash root@docker-desktop:/tmp# tree --filelimit 5 /opt/win-sdk/ /opt/win-sdk/ ├── crt │ ├── include [332 entries exceeds filelimit,...
Still no luck. Although the flags are passed in the conan profile through `tools.build:cxxflags+=["/winsdkdir /opt/win-sdk/sdk /vctoolsdir /opt/win-sdk/crt"]`, I am wondering if they are properly propagated to the linker, hence leading...
Hello @memsharded, Would it be possible to add it to either to `settings.yml` or to `global.conf`? I just hit an error with `b2` refusing to run on Alpine Linux. I...
@memsharded, From what I read, one can only load a .cmake file containing the variables. Isn’t there any way to directly write them in the profile, avoiding to manage another...
@memsharded, I just followed the steps from the documentation link you provided, but I am now getting an error that I had not encountered until now: ```bash CMake Error at...