Starting with pidgin-2.5.8.tar.bz2 in ubuntu./configure-prefix =/usr/lib/pidgin-2.5.8, the evil dependency is finally found. It is as complicated as the skirt relationship in society !!! Configure: error: Theintltoolscriptswerenotfound. Pleaseinstallintltool.
Pidgin-2.5.8.tar.bz2 is available in ubuntu.
Start./configure-prefix =/usr/lib/pidgin-2.5.8
The neighborhood dependency has finally emerged. It is as complicated as the neighborhood in society !!!
First
Configure: error: The intltool scripts were not found. Please install intltool.
Solution: sudo apt-get install intltool
Then
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.
Solution: sudo apt-get install libglib2.0-dev pkg-config
Then
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.
Solution: sudo apt-get install libgtk2.0-dev
Error continues
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.
Solution: sudo apt-get install libxss-dev
Continue Error
Configure: error:
Startup notification development headers not found.
Use-disable-startup-notification if you do not need it.
Solution: sudo apt-get install libstartup-notification0-dev
Continue Error
Configure: error:
GtkSpell development headers not found.
Use-disable-gtkspell if you do not need it.
Solution: sudo apt-get install libgtkspell-dev
Continue Error
Configure: error: You must have libxml2> = 2.6.0 development headers installed to build.
Solution: sudo apt-get install libxml2-dev
Continue Error
Configure: error:
GStreamer development headers not found.
Use-disable-gstreamer if you do not need GStreamer (sound) support.
Solution: sudo apt-get install libgstreamer0.10-dev
Errors continue until now
Configure: error:
Meanwhile development headers not found.
Use-disable-meanwhile if you do not need meanwhile (Sametime) support.
Solution: pinane @ ubuntu :~ /File/pidgin-2.5.8 $ sudo apt-get install libmeanwhile-dev
Configure: error:
Avahi development headers not found.
Use-disable-avahi if you do not need avahi (Bonjour) support.
Solution: pinane @ ubuntu :~ /File/pidgin-2.5.8 $ sudo apt-get install libavahi-client-dev libavahi-glib-dev
Configure: error:
Perl development headers not found.
Use-disable-perl if you do not need Perl scripting support.
Solution: pinane @ ubuntu :~ /File/fig-2.5.8 $ sudo apt-get install libperl-dev
Tcl development headers not found.: tcl8.4-dev
Tk development headers not found.: tk8.4.dev
Solution: pinane @ ubuntu :~ /File/pidgin-2.5.8 $ sudo apt-get install tk8.4-dev tcl8.4-dev
So far, my compilation has finally passed the appendix error table
XScreenSaver extension development headers not found.: libxss-dev
Startup notification development headers not found.: libstartup-notification0-dev
GStreamer development headers not found.: libgstreamer0.10-dev
Meanwhile development headers not found.: libmeanwhile-dev
D-Bus development headers not found.: libdbus-1-dev libdbus-glib-1-dev
NetworkManager development headers not found.: network-manager-dev
Perl development headers not found.: libperl-dev
Tcl development headers not found.: tcl8.4-dev
Tk development headers not found.: tk8.4-dev
GtkSpell development headers not found.: libgtkspell-dev
Avahi development headers not found.: libavahi-client-dev libavahi-glib-dev