sykhro
sykhro
the actual title installation uses the same system; in fact, the home menu can store dummy icons (for titles you haven't downloaded yet and promotional stuff, e.g. anime channel, you...
I'm just going to guess and say he is probably referring to this not building anymore after smealum/ctrulib@cf91be5
> tools.build:cxxflags=['-v -fcolor-diagnostics', '-target x86_64-pc-windows-msvc', '-L/opt/win-sdk/10.0.22621/crt/lib/x86_64 -L/opt/win-sdk/10.0.22621/sdk/lib/ucrt/x86_64 -L/opt/win-sdk/10.0.22621/sdk/lib/um/x86_64', '-I/opt/win-sdk/10.0.22621/crt/include -I/opt/win-sdk/10.0.22621/sdk/include/cppwinrt/ -I/opt/win-sdk/10.0.22621/sdk/include/shared/ -I/opt/win-sdk/10.0.22621/sdk/include/ucrt/ -I/opt/win-sdk/10.0.22621/sdk/include/um/ -I/opt/win-sdk/10.0.22621/sdk/include/winrt/', '-flto -march=x86-64-v3'] > tools.build:exelinkflags=['-fuse-ld=lld'] > tools.build:sharedlinkflags=['-fuse-ld=lld'] > tools.cmake.cmaketoolchain:generator=Ninja > tools.microsoft.msbuild:installation_path="/opt/win-sdk/10.0.22621" > tools.microsoft.msbuild:vs_version=17 The easiest (and most...
> 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...
Point RC to llvm-rc. Then point CMAKE_MT to llvm-mt, or compile with /MANIFEST:NO > On 26 Feb 2024, at 17:48, Todiq ***@***.***> wrote: > > > Hey @sykhro , >...
> 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 > >...
> I currently have the following folders: /opt/win-sdk/10.0.22621/crt & /opt/win-sdk/10.0.22621/sdk. Perfect. You need`/vctoolsdir /opt/win-sdk/10.0.22621/crt /winsdkdir /opt/win-sdk/10.0.22621/sdk`. > using /winsysroot and point it to /opt/win-sdk/10.0.22621/ won't work, needs a different directory...
``` -- The CXX compiler identification is Clang 16.0.6 with MSVC-like command-line CMake Error at /opt/conan/p/cmakecf6b18ccaa9f5/p/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:232 (configure_file): Operation not permitted Call Stack (most recent call first): CMakeLists.txt:3 (project) ``` this...
try this in the host profile: ``` [settings] arch={{detect_api.detect_arch()}} os=Windows build_type=Release compiler=clang compiler.version=16 compiler.cppstd=14 compiler.runtime_type=Release compiler.runtime_version=v143 # has to match what's coming from xwin, 2022 is v143 compiler.libcxx=shared compiler.runtime=dynamic ```
I see! You're missing the debug ones. I have ``` crt ├── include [330 entries exceeds filelimit, not opening dir] └── lib └── x64 [78 entries exceeds filelimit, not opening...