Ubuntu10.04 compilation and installation of Pidgin-2.7.3 throughout the process

Source: Internet
Author: User
Tags gstreamer
In Ubuntu10.04, compile and install pidgin-2.7.3 for the entire error process and solution. Click here to download Pidgin-2.7.3, unpack the package first, right-click it, and start the configuration, I put the directory in usr/lib, and the entire process keeps making errors .. /Configure-prefix =/usr/lib/pidgin-2.7.3 from here error starts configure: error: Theintltoolscriptswerenot

Compile and install pidgin-10.04 in Ubuntu 2.7.3 for the entire error process and solution. Click here to download Pidgin-2.7.3, first unpack the package, right-click it, and start the configuration, I put the directory in usr/lib, and the entire process keeps making errors.
./Configure-prefix =/usr/lib/pidgin-2.7.3
The error starts from here.
Configure: error:
The intltool scripts were not found. Please install intltool.

Solution
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.

Solution
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.

Solution
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.

Solution
Sudo apt-get install libxss-dev


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

Configure: error:
GtkSpell development headers not found.
Use-disable-gtkspell if you do not need it.

Solution
Sudo apt-get install libgtkspell-dev


Configure: error:
You must have libxml2> = 2.6.0 development headers installed to build.

Solution
Sudo apt-get install libxml2-dev

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

Configure: error:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
Or use -- disable-vv if you do not need voice/video support.

Solution
Sudo apt-get install libfarsight0.1-dev
Sudo apt-get install libstfarsight0.10-dev
Sudo apt-get install libgstreamer-plugins-base0.10-dev

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.