Hi All,
I am trying to cross compile GTK+ in hawkboard (www.hawkboard.org). I have already cross compiled the following successfully for hawkboard: atk fontconfig freetype glib libxml2 pixman
Now when I try to cross compile cairo, configure gives the following error: configure: error: Cairo requires at least one font backend. Please install freetype and fontconfig, then try again:
But, I have already installed both freetype and fontconfig for this architecture.
ls -l /opt/asdlab/freetype/lib total 2640 -rw-r--r-- 1 root root 2688158 2010-09-03 20:08 libfreetype.a -rwxr-xr-x 1 root root 764 2010-09-03 20:08 libfreetype.la drwxr-xr-x 2 root root 4096 2010-09-03 20:08 pkgconfig
[root@localhost cairo-1.6.4]# ls -l /opt/asdlab/freetype/include total 8 drwxr-xr-x 3 root root 4096 2010-09-03 20:08 freetype2 -rw-r--r-- 1 root root 3890 2010-09-03 20:08 ft2build.h
ls -l /opt/asdlab/fontconfig/lib/ total 776 -rw-r--r-- 1 root root 778546 2010-09-04 19:28 libfontconfig.a -rwxr-xr-x 1 root root 922 2010-09-04 19:28 libfontconfig.la drwxr-xr-x 2 root root 4096 2010-09-04 19:28 pkgconfig
Any ideas why cairo is not cross compiling?
Thanks & Regards, D.Giriprasad
On Saturday 11 September 2010 15:57:10 Giriprasad Deviprasad wrote:
Hi All,
I am trying to cross compile GTK+ in hawkboard (www.hawkboard.org). I have already cross compiled the following successfully for hawkboard: atk fontconfig freetype glib libxml2 pixman
Now when I try to cross compile cairo, configure gives the following error: configure: error: Cairo requires at least one font backend. Please install freetype and fontconfig, then try again:
But, I have already installed both freetype and fontconfig for this architecture.
You need the dev files. libfontconfig-dev and libfreetype-dev.
Hi All,
I configured cairo successfully, but when I do make, it gives the foll errors :
cairo-scaled-font-subsets.c: In function '_cairo_scaled_font_subset_create_glyph_names':
cairo-scaled-font-subsets.c:1015: error: implicit declaration of function '_cairo_utf8_to_utf16'
cairo-scaled-font-subsets.c:1015: warning: nested extern declaration of '_cairo_utf8_to_utf16'
make[3]: *** [cairo-scaled-font-subsets.lo] Error 1
make[3]: Leaving directory `/root/playhome/cairo-1.8.10/src'
Any ideas why?
Thanks & Regards,
D.Giri Prasad
--- On Sat, 11/9/10, jtd jtd@mtnl.net.in wrote:
From: jtd jtd@mtnl.net.in Subject: Re: [ILUG-BOM] Cairo cross compile To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Date: Saturday, 11 September, 2010, 12:18 PM
On Saturday 11 September 2010 15:57:10 Giriprasad Deviprasad wrote:
Hi All,
I am trying to cross compile GTK+ in hawkboard (www.hawkboard.org). I have already cross compiled the following successfully for hawkboard: atk fontconfig freetype glib libxml2 pixman
Now when I try to cross compile cairo, configure gives the following error: configure: error: Cairo requires at least one font backend. Please install freetype and fontconfig, then try again:
But, I have already installed both freetype and fontconfig for this architecture.
You need the dev files. libfontconfig-dev and libfreetype-dev.