在Ubuntu中下好了pidgin-2.5.8.tar.bz2开始./configure –prefix=/usr/lib/pidgin-2.5.8万恶的依赖关系终于出现了,好比社会中的裙带关系般,错综复杂!!!首先出现了configure: error: The intltool scripts were not found. Please install intltool.解决办法:sudo apt-get install intltool
然后出现了configure: error: You must have the GLib 2.0 development headers installed to build.If you have these installed already you may need to install pkg-config so
I can find them.解决办法:sudo apt-get install libglib2.0-dev pkg-config然后又出现configure: error: You must have the GTK+ 2.0 development headers installed to compile Pidgin.
If you want to build only Finch then specify –disable-gtkui when running configure.解决方法:sudo apt-get install libgtk2.0-dev错误继续出现configure: error: XScreenSaver extension development headers not found.
Use –disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.解决方法:sudo apt-get install libxss-dev继续错误configure: error:
Startup notification development headers not found.
Use –disable-startup-notification if you do not need it.解决方法:sudo apt-get install libstartup-notification0-dev继续错误configure: error:
GtkSpell development headers not found.
Use –disable-gtkspell if you do not need it.解决方法:sudo apt-get install libgtkspell-dev继续错误configure: error:You must have libxml2 >= 2.6.0 development headers installed to build.解决方法:sudo apt-get install libxml2-dev继续错误configure: error:
GStreamer development headers not found.
Use –disable-gstreamer if you do not need GStreamer (sound) support.解决方发:sudo apt-get install libgstreamer0.10-dev到现在为止错误还是不断configure: error:
Meanwhile development headers not found.
Use –disable-meanwhile if you do not need meanwhile (Sametime) support.解决方法:pinane@ubuntu:~/file/pidgin-2.5.8$ sudo apt-get install libmeanwhile-devconfigure: error:
avahi development headers not found.
Use –disable-avahi if you do not need avahi (Bonjour) support.解决方法:pinane@ubuntu:~/file/pidgin-2.5.8$ sudo apt-get install libavahi-client-dev libavahi-glib-devconfigure: error:
Perl development headers not found.
Use –disable-perl if you do not need Perl scripting support.解决方法:pinane@ubuntu:~/file/pidgin-2.5.8$ sudo apt-get install libperl-devTcl development headers not found.: tcl8.4-devTk development headers not found.: tk8.4.dev解决方法:pinane@ubuntu:~/file/pidgin-2.5.8$ sudo apt-get install tk8.4-dev tcl8.4-dev到此为止我的编译终于通过了附错误大全表XScreenSaver extension development headers not found.: libxss-devStartup notification development headers not found.: libstartup-notification0-devGStreamer development headers not found.: libgstreamer0.10-devMeanwhile development headers not found.: libmeanwhile-devD-Bus development headers not found.: libdbus-1-dev libdbus-glib-1-devNetworkManager development headers not found.: network-manager-devPerl development headers not found.: libperl-devTcl development headers not found.: tcl8.4-devTk development headers not found.: tk8.4-devGtkSpell development headers not found.:libgtkspell-devavahi development headers not found.:libavahi-client-dev libavahi-glib-devUbuntu下编译安装Emacs23在Fedora 11里安装Slab菜单[图文]相关资讯 pidgin Ubuntu教程
- Pidgin 2.10.12 发布下载,跨平台 (01月03日)
- Pidgin 拒绝服务漏洞(CVE-2014- (10/29/2014 18:09:01)
- Pidgin 2.10.10 发布了,跨平台即 (10/23/2014 19:42:10)
| - Pidgin 拒绝服务漏洞(CVE-2014- (10/29/2014 18:09:29)
- Pidgin XMPP协议"stringprep()"函 (10/29/2014 18:04:41)
- Pidgin "process_chunked_data()" (02/13/2014 16:23:14)
|
本文评论 查看全部评论 (0)