xrepo调用conan下载错误 #3839
-
我希望在代码中使用特定的conan库,比如zlib:
在运行后,会出现如下输出:
即MT无法作为compiler.runtime,
如果在lua文件中强制指定runtime为dynamic,会导致msvc无法使用 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
错误中的conan::hello是自建package,已确认通过conan可以正常安装 |
Beta Was this translation helpful? Give feedback.
-
贴下 conan 版本 |
Beta Was this translation helpful? Give feedback.
-
还有带 -vD 完整logs |
Beta Was this translation helpful? Give feedback.
-
这是因为 conan 2.0 改动了很多东西,最近刚重新适配,部分设置可能没兼容上。 我改进了下,再试试,xmake update -s dev |
Beta Was this translation helpful? Give feedback.
这是因为 conan 2.0 改动了很多东西,最近刚重新适配,部分设置可能没兼容上。
我改进了下,再试试,xmake update -s dev