[EMAIL PROTECTED] wrote: > I am trying to build clutter 0.8, I have pango 1.20.5. Configure > succeeds but compiling gives the following errors: > > ../clutter/.libs/libclutter-glx-0.8.so: undefined reference to > `pango_cairo_font_get_scaled_font' > ../clutter/.libs/libclutter-glx-0.8.so: undefined reference to > `pango_layout_iter_get_line_readonly' > ../clutter/.libs/libclutter-glx-0.8.so: undefined reference to > `pango_extents_to_pixels' > > Do I need a newer version of pango (1.21)?
The first of these functions is available as of 1.18 and the other two since 1.16 (the configure check is for 1.18); I just run a test build of the 0.8 tarball against pango 1.20.5, and it was fine, so chances are there is something not entirely right with your Pango install. Is it possible you have more than one version of Pango installed (e.g., one under /usr and one under /usr/local) ? Tomas -- To unsubscribe send a mail to [EMAIL PROTECTED]
