ruki

Results 1749 comments of ruki

没有完整复现工程和环境,我暂时无法调试,你可以直接跟下代码

试试 https://github.com/xmake-io/xmake/pull/5635 ```console xmake update -s github:xmake-io/xmake#compdb ```

再试试 应该有了 https://github.com/xmake-io/xmake/pull/5635 ```console [ { "directory": "/Users/ruki/projects/personal/xmake/tests/projects/embed/verilator/hello", "arguments": ["/Users/ruki/.xmake/packages/v/verilator/v5.032/5e142d2b9d7c4d0dab4a5289c1719e38/bin/verilator", "--cc", "--make", "cmake", "--prefix", "hello", "--Mdir", "build/.gens/hello/macosx/x86_64/release/rules/verilator", "src/main.v"], "file": "src/main.v" }, { "directory": "/Users/ruki/projects/personal/xmake/tests/projects/embed/verilator/hello", "arguments": ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang", "-c", "-Qunused-arguments", "-target", "x86_64-apple-macos15.1",...

By default, xmake uses the latest version of packages. You can use add_requireconfs to set specific Python dependency versions.

这种目前没法搞,要么你不要加到 path

可以看下 `xmake l os.getenv PATH` 环境,`xmake l os.exec gcc`

Does it ready now?

> > Does it ready now? > > It seems to work on my machine. > > But I am not sure about whether we actually install all dependencies we...

走 xmake-repo 仓库,没法复现 ```sh note: install or modify (m) these packages (pass -y to skip confirm)? in xmake-repo: -> lz4 v1.10.0 [from:librdkafka, license:BSD-2-Clause] -> librdkafka v2.11.1 [shared:y, ssl:y, license:BSD-2-Clause] please...