-
### Xmake 版本
xmake v2.6.9+HEAD.22ecc0156
### 操作系统版本和架构
Windows 10 19044
### 描述问题
**这里我尝试过使用** (issues/1122)
> add_shflags("/DEF:module.def", {force = true})
---
> add_files("module.d…
-
### Xmake 版本
v2.6.9+HEAD.22ecc01
### 操作系统版本和架构
Linux: 5.15.24-amd64-desktop
### 描述问题
如题
而使用 xmake project -k compile_commands 命令则没有这个问题
### 期待的结果
UpdateIntellisense 也能正常处理 rule:on_config add i…
-
### 你在什么场景下需要该功能?
我正在编写一个库,需要使用调试器。然而在Windows下,xmake插件发起的调试会话总是使用那个支持codeview格式调试信息的调试器,即使我选择的是gcc工具链。而gcc使用的dwarf格式的调试信息不能被codeview调试器解析,使得不能调试gcc编译的软件。这只针对微软的c/c++提供的调试器。
### 描述可能的解决方案
应该允许用户自行选择…
-
> Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not replied.…
-
### Xmake 版本
服务端 v2.6.9+dev.e45d940 本地 v2.6.9+HEAD.22ecc0156
### 操作系统版本和架构
本地win11-专业版 服务端 Ubuntu
### 描述问题
在使用远程端进行编译的时候,同步文件指令是正常的,配置项目的指令也是正常的。
当执行编译的时候,不知为何远程端会在缓存中创建一个与客户端的项目路径一致的文件夹(d:)。如下…
-
### Xmake 版本
xmake v2.6.7+202206161332
### 操作系统版本和架构
Windows 11 22H2
### 描述问题
如题,在基于 wsl 2 的 docker 容器内, 无法正常安装 xmake 仓库内的软件包, 而相同的 Dockerfile 在 Linux 上可以使用xrepo 正常安装软件包
---
我尝试过安装 benchmark …
-
### Xmake 版本
xmake v2.6.7+master.91395ec
### 操作系统版本和架构
Linux nx-desktop 4.9.140-tegra #1 SMP PREEMPT Fri Apr 16 01:50:20 PDT 2021 aarch64 aarch64 aarch64 GNU/Linux
### 描述问题
![image](htt…
-
### Xmake 版本
2.6.5
### 操作系统版本和架构
5.10.16.3-microsoft-standard-WSL2
### 描述问题
在执行`XMake: CleanAll`命令后,再执行`XMake: Configure`命令将无反应。
### 期待的结果
在执行`XMake: CleanAll`命令后,再执行`XMake: Configure`后将配置项目,输出…
-
### 你在什么场景下需要该功能?
compile_commands.json中使用unity build生成的文件,会导致某些语法高亮插件无法正常工作。
### 描述可能的解决方案
Unity Build时生成compile_commands.json使用原始文件名,而非生成的unity build文件
### 描述你认为的候选方案
_No response_
### 其他信息
_…
-
### Xmake 版本
xmake v2.6.7+master.91395ec
### 操作系统版本和架构
Linux nx-desktop 4.9.140-tegra #1 SMP PREEMPT Fri Apr 16 01:50:20 PDT 2021 aarch64 aarch64 aarch64 GNU/Linux
### 描述问题
xmake.lua已设置`add_rules…