Can someone please tell me what dependency isn't being found during compile that would produce the following error? Configure works fine, but I can't compile past this point with versions rrdtool-1.2.11 and rrdtool-1.2.10.
rrd_gfx.c: In function `gfx_string_create': rrd_gfx.c:455: `FT_LOAD_TARGET_NORMAL' undeclared (first use in this function) rrd_gfx.c:455: (Each undeclared identifier is reported only once rrd_gfx.c:455: for each function it appears in.) rrd_gfx.c:456: `FT_LOAD_TARGET_LIGHT' undeclared (first use in this function) rrd_gfx.c:457: `FT_LOAD_TARGET_MONO' undeclared (first use in this function) rrd_gfx.c:492: `FT_RENDER_MODE_NORMAL' undeclared (first use in this function) rrd_gfx.c:493: `FT_RENDER_MODE_LIGHT' undeclared (first use in this function) rrd_gfx.c:494: `FT_RENDER_MODE_MONO' undeclared (first use in this function) rrd_gfx.c: In function `gfx_render_png': rrd_gfx.c:682: `FT_PIXEL_MODE_GRAY' undeclared (first use in this function) rrd_gfx.c:702: `FT_PIXEL_MODE_MONO' undeclared (first use in this function) -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
