【问题标题】:No package 'atk-bridge-2.0' found using Mac OSX使用 Mac OSX 找不到包“atk-bridge-2.0”
【发布时间】:2013-02-22 04:28:08
【问题描述】:

尝试在 Mac OSX 10.7.5 中安装 gtk+-3.7.10 作为 Wireshark 要求。 并未能收到错误:

找不到包“atk-bridge-2.0”

我在我的 PKG_CONFIG_PATH 中安装并引用了 atk

checking 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,不知道有什么含义。 问题:

  1. 如何安装 atk-bridge-2.0?
  2. 可以这样放置吗 Wireshark?

谢谢

【问题讨论】:

    标签: gtk wireshark


    【解决方案1】:

    使用了处理依赖关系的macosx-setup.sh。

    【讨论】:

      猜你喜欢
      • 2013-05-29
      • 2014-08-18
      • 2023-03-31
      • 2021-02-10
      • 2014-08-27
      • 2015-11-08
      • 1970-01-01
      • 1970-01-01
      • 2013-04-03
      相关资源
      最近更新 更多