-
作者您好,小白初装xmake,系统内有预先安装的MinGW
在生成test文件后使用
xmake run test 产生如下报错:
checking for platform ... windows
checking for architecture ... x64
checking for Microsoft Visual Studio (x64) version ... no
…
-
- [x] Vim Editor Plugin
- [x] [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
- [x] Visual Studio Code Editor Plugin ([xmake-vscode](…
-
### 描述问题
Windows上使用VSCode的terminal时,运行xmake f --menu,则上下左右方向键均无响应,只有Enter和Backspace有响应。在其他terminal都正常。
### 期待的结果
在vscode terminal中也能使用xmake f --menu功能
### 错误信息
### 相关环境
请提供编译和运行环…
xq114 updated
2 years ago
-
> Note: If it is a 'bug report' or 'feature request', please select the corresponding issue template, otherwise this issue will be not replied.
### Describe the problem details
Please describe yo…
-
### Describe the bug
Output of build systems are often processed to find errors. Errors are identified by looking for `error:`, `note:`, `warning:`, etc. and part of the line to the left of it is t…
-
windows下vscode插件调试:
1、下断点有问题。
![QQ图片20220105113811](https://user-images.githubusercontent.com/47202395/148156983-583e0363-f804-4997-b3bb-68c8a305dd7a.png)
就状态栏点击debug+build+调试,调试断点进不去,
![image](ht…
obqrn updated
2 years ago
-
看了代码,调试并没有做环境变量处理。
所以 xmake.lua set_runenv 无法生效
xmake 可以有办法输出 set_runenv 的值吗?如果有那就不需要用户写两次 env
https://github.com/q962/xmake-vscode/commit/92673c53362ed7008501d35e47c7622629751e68
-
### 你在什么场景下需要该功能?
xmake默认并行编译,一个问题是在发生错误的时候不知道是编译哪个文件的时候出错。
```
[1%] a.cpp
[1%] b.cpp
[1%] c.cpp
[1%] d.cpp // the four source file are compiled in parallel
error: @programdir/modules/pri…
xq114 updated
2 years ago
-
win10
**xmake v2.5.5+202107010703, vscode-xmake 1.4.5 vscode 终端报错:**
checking for Microsoft Visual Studio (x64) version ... 2017
[ 50%]: linking.release libTransform3D.dll
[ 50%]: linking.re…
-
### 描述讨论详情
https://github.com/microsoft/vscode-cpptools/issues/4781
https://clang.llvm.org/docs/JSONCompilationDatabase.html
LLVM对compile_commands.json的`"command": ...`作出了明确规定,也就是需要显示处理空格和特殊字…
xq114 updated
3 years ago