On Tue, 08 May 2012 03:30:56 +0100 [email protected] wrote: > Author: krejzi > Date: 2012-05-07 20:30:07 -0600 (Mon, 07 May 2012) > New Revision: 10116 > > Modified: trunk/BOOK/general/graphlib/librsvg.xml > =================================================================== > --- trunk/BOOK/general/graphlib/librsvg.xml 2012-05-08 01:40:42 UTC (rev > 10115) > +++ trunk/BOOK/general/graphlib/librsvg.xml 2012-05-08 02:30:07 UTC (rev > 10116) > @@ -63,8 +63,10 @@ > > <bridgehead renderas="sect4">Required</bridgehead> > <para role="required"> > - <xref linkend="gtk2"/> or <xref linkend="gtk3"/> and > - <xref linkend="libcroco"/> > + <xref linkend="cairo"/>, > + <xref linkend="gdk-pixbuf"/>, > + <xref linkend="libcroco"/> and > + <xref linkend="pango"/> > </para> > > <bridgehead renderas="sect4">Optional (Required if building > GNOME)</bridgehead> > @@ -74,7 +76,9 @@ > > <bridgehead renderas="sect4">Optional</bridgehead> > <para role="optional"> > - <xref linkend="docbook-utils"/> and > + <xref linkend="docbook-utils"/>, > + <xref linkend="gtk2"/>, > + <xref linkend="gtk3"/> and > <xref linkend="gtk-doc"/> > </para>
Compiling librsvg-2.36.1 without Gtk 2 installed results in: CC libsvg_la-svg-main.lo CC libsvg_la-svg-render.lo CC libsvg_la-svg-rc-style.lo In file included from svg-main.c:26:0: svg.h:24:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. In file included from svg-rc-style.c:24:0: svg.h:24:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. make[3]: *** [libsvg_la-svg-main.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [libsvg_la-svg-rc-style.lo] Error 1 In file included from svg-render.c:30:0: svg.h:24:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. In file included from svg-draw.c:27:0: svg.h:24:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. make[3]: *** [libsvg_la-svg-render.lo] Error 1 make[3]: *** [libsvg_la-svg-draw.lo] Error 1 make[3]: Leaving directory `/tmp/librsvg-2.36.1/gtk-engine' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/librsvg-2.36.1/gtk-engine' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/librsvg-2.36.1' make: *** [all] Error 2 Gtk 2 is required for librsvg-2.36. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
