-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows下安装QuickJS时,使用的工具链是MinGW64,但是安装时一开始就检查有没有安装VS,导致无法安装 #4963
Comments
Title: When installing QuickJS under Windows, the tool chain used is MinGW64, but at the beginning of the installation, it checks whether VS is installed, causing the installation to fail. |
所以你应该使用 |
好的,谢谢。我试试看 |
D:\xmake>xrepo install -p mingw quickjs 不安装VS就算指定了用mingw 还是会报错。 |
你得指定 mingw 目录给 xmake |
Xmake 版本
2.9.4
操作系统版本和架构
WIndows 10
描述问题
1.在没有安装Visual Studio的电脑上安装xmake;
2.用xrepo安装quickjs:
3.结果显示:
checking for Microsoft Visual Studio (x64) version ... no
error: target(working): toolchain not found!
期待的结果
能够正常安装。
因为QuickJS在Windows下安装是会自动拉取MinGW编译工具链的,不会使用到MSVC。
工程配置
无,不需要其他配置
附加信息和错误日志
D:\xmake>xrepo install quickjs
error: checking for platform ... windows
checking for architecture ... x64
checking for Microsoft Visual Studio (x64) version ... no
error: target(working): toolchain not found!
The text was updated successfully, but these errors were encountered: