-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
xmake重新安装opencv没输出 #2464
Comments
不要去用 xmake requires 。。全走 add_requires/add_packages 在 xmake.lua 里面统一配置,直接编译 如果要单独管理包,就用 xrepo 命令 |
xmake require 目前用于工程内管理有缓存,也会读当前工程 xmake.lua ,通常用户不需要用,走 xmake 编译,内部自动会调用 xrepo 是独立命令,不跟当前工程相关,独立管理包 如果你只是项目中用,通常 xrepo 也不需要用 走 xmake 直接编译就行,xmake.lua里面配置的包,会给你自动装 |
你先走 add_requires + add_packages 试下,看是否有问题 |
参考下 xmake-io/xmake-vscode#40 然后确认 compile_commands.json 是否生成。。如果插件激活,每次 xmake.lua 配置改动,都会自动生成。。 如果生成了,就看下,里面有没有带上 opencv 相关includedir 。。确认路径是否 ok 这里我先 close 了,intelligense 问题可以到 xmake-vscode/issues 下反馈 |
Xmake 版本
xmake v2.6.7+HEAD.93b7245
操作系统版本和架构
Linux nx-desktop 4.9.140-tegra #1 SMP PREEMPT Fri Apr 16 01:50:20 PDT 2021 aarch64 aarch64 aarch64 GNU/Linux
描述问题
通过
xmake require --extra="{configs={gtk=true}}" opencv
命令安装带gtk的opencv。但是命令没有任何输出,如下图。查看
~/.xmake/packages/o/opencv/4.5.5/
发现新增有4709...文件夹,但里面是空的。下图中其他三个文件夹是之前编译好的opencv,带gtk和不带gtk。执行
xmake f -c
,安装命令还是没输出。是不是哪里缓存没有清掉?
期待的结果
顺利安装带有gtk的opencv
工程配置
No response
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered: