Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Michael Mol
On Fri, Feb 3, 2012 at 9:51 AM, 高金培 gjp1...@gmail.com wrote:   CC     librsvg_2_la-librsvg-enum-types.lo /bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I. -I. -DG_LOG_DOMAIN=\librsvg\ -DLIBRSVG_DATADIR=\/usr/share\   -pthread

Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Michael Mol
On Fri, Feb 3, 2012 at 10:19 AM, Michael Mol mike...@gmail.com wrote: On Fri, Feb 3, 2012 at 9:51 AM, 高金培 gjp1...@gmail.com wrote:   CC     librsvg_2_la-librsvg-enum-types.lo /bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I. -I.

Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Alex Schuster
高金培 writes: In file included from stdin:19:0: /var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2/rsvg-cairo-render.h:32:19: fatal error: cairo.h: No such file or directory My guess is that you need to emerge x11-libs/cairo which has the missing cairo.h. Probably a bug in the

Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread Alan McKinnon
On Fri, 3 Feb 2012 10:22:21 -0500 Michael Mol mike...@gmail.com wrote: To install cairo, try emerge x11-libs/cairo Assuming that works, try emerge --resume If the build works, you should be good. If you get the same error, then you should file a bug report at bugs.gentoo.org.

Re: [gentoo-user] Build librsvg-2.34.2 Error

2012-02-03 Thread C Study
I encountered this problem, and resolved it with the command 'emerge dev-libs/gobject-introspection'. These pages may help: http://forums.funtoo.org/viewtopic.php?pid=4984 https://bugs.gentoo.org/show_bug.cgi?id=391213 Best regards. 2012/2/4 Alan McKinnon alan.mckin...@gmail.com: On Fri, 3 Feb