Em 01-12-2013 11:17, Armin K. escreveu: > FYI, Inkscape configure fails with gc 7.4. Following sed fixes it: > > sed "s:extern unsigned GC_version:unsigned GC_version = > GC_get_version():" -i configure >
Are you talking about gc-7.4.0 and inkscape-0.48.4? We are still at GC-7.2d. Is 7.4.0 the stable, and the book needs to be updated? I think it is what you are implying, from the subject of the message. BTW, I think that inkscape is also affected by the new freetype. If you have time and do not mind, would you please test the attached patch? That way, I will fix both, after updating gc, depending on your reply. -- []s, Fernando
Submitted By: Fernando de Oliveira <famobr at yahoo dot com dot br> Date: 2013-12-01 Initial Package Version: 0.48.4 Upstream Status: Committed Origin: Upstream URL: https://launchpadlibrarian.net/157792073/1255830-fix-freetype-includes-backport-0.48.x-v1.diff Description: Fixes build with FreeType-2.5.1 diff -Naur inkscape-0.48.4/src/libnrtype/FontFactory.h.orig inkscape-0.48.4/src/libnrtype/FontFactory.h --- inkscape-0.48.4/src/libnrtype/FontFactory.h.orig 2011-07-08 15:25:09.468790000 -0300 +++ inkscape-0.48.4/src/libnrtype/FontFactory.h 2013-12-01 11:56:52.992005042 -0300 @@ -31,7 +31,8 @@ #include <pango/pangowin32.h> #else #include <pango/pangoft2.h> -#include <freetype/freetype.h> +#include <ft2build.h> +#include FT_FREETYPE_H #endif namespace Glib
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
