[rrd-users] building rrdtool 1.4.2

Tobias Oetiker tobi at oetiker.ch
Sun Mar 28 11:01:19 CEST 2010


Hi Stephen,

Friday Stephen S. Disbrow wrote:

> Hi,

>     I'm looking at the configure script for rrdtool. When it runs
>     it's looking for pango_cairo_context_set_font_options in
>     -lpango-1.0. on my system using pkgsrc on a rhel 64 system
>     using something called pkgsrc this function is in
>     pangocairo-1.0 not pango-1.0 , so the config fails. Does
>     anyone have any insight into the problem, or has anyone else
>     seen this?

you are right ... it should be pangocairo ... I guess the pkgconfig
normally just adds so many bits that it works anyway ...

will update!


Index: configure.ac
===================================================================
--- configure.ac        (revision 2044)
+++ configure.ac        (working copy)
@@ -528,7 +528,7 @@
 EX_CHECK_ALL(cairo,      cairo_pdf_surface_create,      cairo-pdf.h,            cairo-pdf,   1.4.6,  http://cairographics.org/releases/, "")
 EX_CHECK_ALL(cairo,      cairo_ps_surface_create,       cairo-ps.h,             cairo-ps,    1.4.6,  http://cairographics.org/releases/, "")
 EX_CHECK_ALL(glib-2.0,   glib_check_version,            glib.h,                 glib-2.0,    2.12.12, ftp://ftp.gtk.org/pub/glib/2.12/, "")
-EX_CHECK_ALL(pango-1.0,  pango_cairo_context_set_font_options,  pango/pango.h,  pangocairo,  1.17,    http://ftp.gnome.org/pub/GNOME/sources/pango/1.17, "")
+EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  pango/pango.h,  pangocairo,  1.17,    http://ftp.gnome.org/pub/GNOME/sources/pango/1.17, "")
 EX_CHECK_ALL(xml2,       xmlParseFile,                  libxml/parser.h,        libxml-2.0,        2.6.31,  http://xmlsoft.org/downloads.html, /usr/include/libxml2)



cheers
tobi



> Steve D.

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi at oetiker.ch ++41 62 775 9902 / sb: -9900



More information about the rrd-users mailing list