问题标签 [xmake]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
package - 如何将 aur 包制作成 archlinux 社区源码?
我已经将我的 aur 包上传到 aur.archlinux.org ( https://aur.archlinux.org/packages/xmake/ )。
如何将 aur 包制作成 archlinux 社区源码?
我想运行命令pacman -S xmake
来安装我的包。
谁能帮我?
谢谢!
lua - xmake总是报:error: cannot get program for cxx,为什么?
我在我的 Mac 上“brew install xmake”,并且有一个 .cpp 文件,我运行 xmake 并在目录中生成一个 xmake.lua。然后它报告:
我已经安装了 clang(别名为 g++)。它工作正常。我然后:
嗯,再次运行xmake,还是报同样的错误:
如何处理?谢谢
----------------------我试过这些,不工作:
----------------------看我的诊断:
lua - 找不到mingw目录xmake
我是新手xmake
,我写了一个xmake.lua
,但是当我尝试执行时,xmake
我收到以下问题:
我试图xmake config
通过指定mingw exe的路径来发出命令,但仍然是同样的错误。
c++ - 使用gcc-11构建c++20模块时如何修改gcm.cache路径?
我正在尝试让xmake支持 gcc-11 来构建 c++20 模块,但是我遇到了一些问题。
gcc-11gcm.cache
默认会在当前目录生成目录。如何将此默认路径修改为指定的其他目录?
我知道clang有-fmodules-cache-path=
修改模块缓存路径的选项,但是我没有找到gcc的类似选项。
有人知道吗?谢谢