尝试在Mac OSX 10.7.5中安装gtk + -3.7.10作为Wireshark要求。 并且没有收到错误:
找不到包'atk-bridge-2.0'
我在PKG_CONFIG_PATH
中安装并引用了atkchecking for ATK... no
configure: error: Package requirements (atk atk-bridge-2.0) were not met:
No package 'atk-bridge-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ATK_CFLAGS
and ATK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
我用过
./ configure --without-atk-bridge ,但似乎不再提供标志
http://osdir.com/ml/commits.gnome/2012-06/msg06188.html
我最终做了这个黑客攻击:
if test x$enable_x11_backend = xyes; then
#ATK_PACKAGES="atk atk-bridge-2.0"
ATK_PACKAGES="atk"
else
ATK_PACKAGES="atk"
fi
评论atk-bridge-2.0,不确定其含义是什么。 问题:
由于
答案 0 :(得分:1)
使用macosx-setup.sh来处理依赖关系。