denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] configure.in


From: Richard Shann
Subject: Re: [Denemo-devel] configure.in
Date: Tue, 26 Oct 2010 10:52:42 +0100

Thanks - the required include statement was missing from the docs, so I
made it up, with a Makefile to suit...
I think everything is now in place, though it wouldn't surprise me to
find more bugs, and there are two redundant fields in the
DenemoDirective structure.
At the moment .png takes priority over .svg images, which needs to
change, certainly once we have more .svg than .png.
Note there is a slight blur in the rendering - a known cairo bug.

https://bugs.freedesktop.org/show_bug.cgi?id=30282


Richard


On Tue, 2010-10-26 at 00:11 -0500, Jeremiah Benham wrote:
> On Mon, 2010-10-25 at 20:32 +0100, Richard Shann wrote:
> > Jeremiah - I have put in a dependency on librsvg in configure.in but it
> > is missing an extra /librsvg/ in the include path. Any ideas?
> 
> I just added to the #include path by prefixing like this:
> 
> #include <librsvg/rsvg.h>
> #include <librsvg/rsvg-cairo.h>
> 
> I see many projects doing this online. If you run:
> 
> pkg-config librsvg-2.0 --libs --cflags
> 
> It gives me:
> 
> -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 
> -I/usr/include/freetype2  -pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm 
> -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng12 -lgthread-2.0 -lrt -lglib-2.0  
> 
> This is the reason why it is not /usr/include/librsvg-2.0/librsvg
> 
> Jeremiah 
> 
> > Richard
> > 
> > 
> > 
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/denemo-devel
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]