Hi,

>>I got the message :
-----------------------------------------------------------------------
>>configure: error: pangoxft Pango backend found but did not find freetype
>>libraries
------------------------------------------------------------------------

You need to have Freetype libraries built for your target. Pango works with
Freetype2. If you have already built freetype for ARM, then you need to link
to those libraries. You may want to modify PKG_CONFIG_PATH for that purpose.
Otherwise, you have to cross-compile Freetype first.

Regards,
Siddharth
TATA Elxsi

------------

Now i dont know how should i proceed.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Naveen Kumar
Sent: Thursday, May 17, 2007 11:30 AM
To: gtk-app-devel-list@gnome.org
Subject: Cross compiling gtk+-2.2.0 for arm


Hi all,

I have tool chain to build gtk1.2 applications, but i need to compile
applications using gtk2, so i am trying to cross compile gtk2 for using the
tool chain i have.
The procedure i followed to cross compile gtk+-2.2.0.tarbz2 :
[EMAIL PROTECTED] gtk+-2.2.0]# export
PATH=$PATH:/usr/local/hybus-arm-linux-R1.1/bin/

[EMAIL PROTECTED] gtk+-2.2.0]# ./configure CC=arm-linux-gcc --host=arm-linux
--prefix=/opt/gtk2/

I got the message :
-----------------------------------------------------------------------
configure: WARNING: *** TIFF plug-in will not be built (TIFF library not
found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
-----------------------------------------------------------------------

So i tried like :

[EMAIL PROTECTED] gtk+-2.2.0]# ./configure CC=arm-linux-gcc --host=arm-linux
--without-libtiff --prefix=/opt/gtk2/

I got the message :
-----------------------------------------------------------------------
configure: error: pangoxft Pango backend found but did not find freetype
libraries
------------------------------------------------------------------------

Now i dont know how should i proceed.

Am I following the wrong way to cross compile gtk2 or missing out some steps
?
Please guide me how i can proceed or any different procedure to
cross-compile ...

Thanks and Regards,
Naveen



_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to