我尝试用 MSYS2/MinGW64 构建一些项目。
configure
失败:
checking for gconftool-2... no
configure: error: gconftool-2 executable not found in your path - should be installed with GConf
我在主页上没有发现 prebuild 分布。
我试图猜测 pacman 的包名:
gconf
gconf2
gconf-devel
mingw-w64-x86_64-gconf
等等。没有成功。
我也没有在 msys2包列表中找到 GConf 包。
我应该从源代码构建 GConf 还是有其他方法可以获得它?