@Vilote 在 opencv无法使用image show,工程可以正常构建生成可执行文件 中说:
implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvShowImage'
上面 {不使用系统库} 遇到的问题可能和xmake包管理器的gtk包名问题有关系, 最近两天修复了
https://github.com/xmake-io/xmake-repo/pull/5748
可以用下面的命令更新包索引
xrepo clean xrepo update-repo -f