我已经下载了洋泾浜语来自以下位置的源代码。
http://www.pidgin.im/download/source/
编译后,当我运行 pidgin 时,我没有看到任何 IM 站点选项(例如 Facebook、gtalk 等)。我附上了一个屏幕截图来展示这个问题。
请帮忙
正如屏幕上显示的,没有选项进入协议下拉列表。
答案1
checking for GSTINTERFACES... yes
checking for FARSTREAM... no
checking for FARSTREAM... no
configure: error:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farstream packages first.
Or use --disable-vv if you do not need voice/video support.
对于这些特定的错误,安装libfarstream-0.1-dev
并libgstreamer-plugins-base0.10-dev
解决了这个问题(在 Ubuntu 12.04 64b 上)。