ruki

Results 1749 comments of ruki

> Hi all, sorry to bump this old issue, I have the exact same problem. (You can reply in Chinese that is completely fine) > > My `xmake l detect.sdks.find_vstudio`...

> 1.默认应该配置好toolchain 这是 zig 比较特殊,同时带有 c++/zig 支持 里面涉及的逻辑比较多,跟 zigcc 和其他 gcc/clang 工具链探测冲突导致,改起来比较麻烦,先放着吧。 像 nim/rust toolchain 就不存在这个问题

> I have no idea why this fails on windows-2022 runners, it works on my machine. maybe it runs the wrong yasm? maybe there is also anther yasm in msys2...

What's the difference between them?

> > What's the difference between them? > > It looks like vsyasm is just a frontend to yasm taking VS files. However, [ffmpeg guide for compilation on Windows](https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT#YASMSetup) says...

> @waruqi I had to rename the file and move it in two os.mv so xmake doesn't think "yasm.exe" is a folder name, is there a better way around this?...

> Also it fails on VS2022 because it lacks the VS2010 redistributable (msvcr100.dll) https://answers.microsoft.com/en-us/windows/forum/all/msvcr100-dll/826a842c-7a2f-4ebc-bb21-4cee86b234b0 > > How should this be handled within xmake? build and install it from source code?

> > > Also it fails on VS2022 because it lacks the VS2010 redistributable (msvcr100.dll) https://answers.microsoft.com/en-us/windows/forum/all/msvcr100-dll/826a842c-7a2f-4ebc-bb21-4cee86b234b0 > > > How should this be handled within xmake? > > > >...

I have fixed it. https://github.com/xmake-io/xmake/commit/39f3156b82e02d6cf4514309d6887f30cc962602

可以参考 https://github.com/xmake-io/xmake/issues/2033 这个,提供下栈信息。 dev 上我暂时移除默认的 nix 查找了,可以更新下。 @ZZBaron 可以看下这个问题。