Replies: 4 comments
-
编译他说找不到包,安装包,他说找不到编译工具,什么乱七八糟的 |
Beta Was this translation helpful? Give feedback.
-
编译他说找不到包,安装包,他说找不到编译工具,什么乱七八糟的 |
Beta Was this translation helpful? Give feedback.
-
看文档,如果没有装 msvc,用的是 mingw,就要指定平台 |
Beta Was this translation helpful? Give feedback.
-
你没装 msvc,默认 windows 平台 包只能用 msvc 和 clang-cl,想要切其他工具 gcc,要么走 msys2+ mingw 平台, 但不是所有包都支持交叉编译和 mingw,想要不躺各种乱七八糟的问题,就乖乖安装 msvc 别整其他的。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
xrepo install sol2
error: checking for platform ... windows
checking for architecture ... x64
checking for Microsoft Visual Studio (x64) version ... no
error: target(working): toolchain not found!
Beta Was this translation helpful? Give feedback.
All reactions