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 How are you trying to compile Cairo? It looks like fontconfig and freetype are both in a /opt/ directory, did you add these to your $LD_LIBRARY_PATH or are you passing in the directories with the -L option to the gcc compiler? Danny G
