LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Pango not found while installing gtk+-2.8.7 (https://www.linuxquestions.org/questions/linux-software-2/pango-not-found-while-installing-gtk-2-8-7-a-386669/)

lj4 11-26-2005 08:51 AM

Pango not found while installing gtk+-2.8.7
 
I've installed pango-1.10.1 from source with checkinstall. I also did a search and found that cairo-1.0.2 needed to be installed first. I removed both of them and reinstalled in the correct order. When I run ./configure in the gtk+-2.8.7 directory it stops here:

checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See PangoWebsite for Pango information.

comptiger5000 11-26-2005 11:12 AM

remove pango, then download pango with cairo support, and compile pango from source, to do this, there should be a file called install in the source archive with instructions on how to do this.

tomdkat 11-26-2005 01:22 PM

Shouldn't be able to build and install cairo first, then build and install pango? I believe the configure script in the pango tarball will sniff out cairo and configure that support accordingly.

Peace...

penguinopolipitese 09-13-2006 11:29 AM

hi I had this problem. I found a solution that worked for me.

It ended up that in the pango config.log it told me I hadn't used a high enough version of cairo. I had something like v1.2.0. and needed v1.2.2 or higher.

I simply installed the new cairo and then redid pango and it was fine.

kksou 10-19-2006 03:30 AM

Hi penguinopolipitese,

Thanks for the tip.

It worked!

Thanks and Regards,
/kksou

praveen_opensource 11-02-2006 11:08 PM

Hi guys...
The same is not fixed for me. I tried with the tip stated above. still it says pango is nt found. Any tip dudes??

rtc 11-13-2006 07:44 PM

The configure script did not detect cairo on my system. I had to add --enable-pangocairo to the configure commandline to get it to work. After that I was able to install gtk+

shaymaa 06-04-2008 12:39 AM

Quote:

Originally Posted by rtc (Post 2502277)
The configure script did not detect cairo on my system. I had to add --enable-pangocairo to the configure commandline to get it to work. After that I was able to install gtk+

which version of pango has --enable-pangocairo in its configure


All times are GMT -5. The time now is 07:06 AM.