Replies: 3 comments
-
这个是经典问题了,自行谷歌 |
Beta Was this translation helpful? Give feedback.
0 replies
-
默认 windows 平台,要用包管理,是绑定 msvc 的,不支持切 gcc 要么你在 msys2下,切到 mingw 平台用 gcc xmake f -p mingw |
Beta Was this translation helpful? Give feedback.
0 replies
-
好的,感谢回答! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我刚开始学习使用xmake,在尝试xmake的包管理时出现了问题
环境
基本情况
通过设置
xmake f --toolchain=gcc
能成功编译运行hello world项目,但包管理功能无法正常使用问题描述
首先是
xrepo search zlib -vD
和xrepo install zlib -vD
都会出现同样的问题:然后我尝试在hello world工程中添加zlib:
运行
xmake -vD
出现问题,完整log:似乎是有一个基础库文件没有找到?
Beta Was this translation helpful? Give feedback.
All reactions