Hi all, Just for you to know: RRDtool 1.1.x fails to compile against the newer Freetype library (I've got freetype-2.1.2), with the following errors.
Regards, Stan rrd_gfx.c: In function `gfx_get_text_width_libart': rrd_gfx.c:257: `FT_GlyphSlot' undeclared (first use in this function) rrd_gfx.c:257: (Each undeclared identifier is reported only once rrd_gfx.c:257: for each function it appears in.) rrd_gfx.c:257: parse error before "slot" rrd_gfx.c:258: `FT_UInt' undeclared (first use in this function) rrd_gfx.c:260: `FT_Bool' undeclared (first use in this function) rrd_gfx.c:262: `FT_Face' undeclared (first use in this function) rrd_gfx.c:262: parse error before "face" rrd_gfx.c:263: `FT_Library' undeclared (first use in this function) rrd_gfx.c:265: warning: implicit declaration of function `FT_Init_FreeType' rrd_gfx.c:265: `library' undeclared (first use in this function) rrd_gfx.c:266: warning: implicit declaration of function `FT_New_Face' rrd_gfx.c:266: `face' undeclared (first use in this function) rrd_gfx.c:268: warning: implicit declaration of function `FT_Set_Char_Size' rrd_gfx.c:271: `use_kerning' undeclared (first use in this function) rrd_gfx.c:271: warning: implicit declaration of function `FT_HAS_KERNING' rrd_gfx.c:272: `slot' undeclared (first use in this function) rrd_gfx.c:274: `previous' undeclared (first use in this function) rrd_gfx.c:274: `glyph_index' undeclared (first use in this function) rrd_gfx.c:275: warning: implicit declaration of function `FT_Get_Char_Index' rrd_gfx.c:278: `FT_Vector' undeclared (first use in this function) rrd_gfx.c:278: parse error before "delta" rrd_gfx.c:279: warning: implicit declaration of function `FT_Get_Kerning' rrd_gfx.c:280: `delta' undeclared (first use in this function) rrd_gfx.c:284: warning: implicit declaration of function `FT_Load_Glyph' rrd_gfx.c:286: warning: implicit declaration of function `FT_Done_FreeType' rrd_gfx.c:253: warning: unused parameter `canvas' rrd_gfx.c:254: warning: unused parameter `start' rrd_gfx.c:255: warning: unused parameter `tabwidth' rrd_gfx.c: In function `gfx_libart_close_path': rrd_gfx.c:301: warning: unused parameter `canvas' rrd_gfx.c: In function `gfx_round_scaled_coordinates': rrd_gfx.c:314: warning: unused parameter `canvas' rrd_gfx.c:315: warning: unused parameter `node' rrd_gfx.c: In function `gfx_render_png': rrd_gfx.c:332: `FT_Library' undeclared (first use in this function) rrd_gfx.c:332: parse error before "library" rrd_gfx.c:342: `library' undeclared (first use in this function) rrd_gfx.c:373: `FT_Face' undeclared (first use in this function) rrd_gfx.c:373: parse error before "face" rrd_gfx.c:374: `FT_GlyphSlot' undeclared (first use in this function) rrd_gfx.c:375: `FT_UInt' undeclared (first use in this function) rrd_gfx.c:377: `FT_Bool' undeclared (first use in this function) rrd_gfx.c:390: `face' undeclared (first use in this function) rrd_gfx.c:392: `use_kerning' undeclared (first use in this function) rrd_gfx.c:402: `slot' undeclared (first use in this function) rrd_gfx.c:405: `previous' undeclared (first use in this function) rrd_gfx.c:405: `glyph_index' undeclared (first use in this function) rrd_gfx.c:409: `FT_Vector' undeclared (first use in this function) rrd_gfx.c:409: parse error before "delta" rrd_gfx.c:411: `delta' undeclared (first use in this function) rrd_gfx.c:451: parse error before "delta" rrd_gfx.c:457: `FT_LOAD_RENDER' undeclared (first use in this function) rrd_gfx.c:462: warning: comparison between signed and unsigned rrd_gfx.c:468: warning: comparison between signed and unsigned rrd_gfx.c: In function `gfx_render_pdf': rrd_gfx.c:1957: warning: unused parameter `background' make[1]: *** [rrd_gfx.lo] Error 1 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
