I downloaded the .bz2 dated 03/08/08 17:51:00: still the same error.
My system is a custom-built Linux From Scratch from November last year, with cairo 1.4.10 and librsvg 2.16.1 installed. There
is a cairo-svg.pc file in /usr/lib/pkgconfig with the right Cflags.
Looking further into this: ./configure said that neither cairo nor cairo-svg was available. Digging into the config.log file revealed:
- Code: Select all
configure:38627: checking for CAIRO
configure:38635: $PKG_CONFIG --exists --print-errors "cairo"
Package xrender was not found in the pkg-config search path.
Perhaps you should add the directory containing `xrender.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xrender', required by 'cairo', not found
... which makes sense, because Xorg is installed in /usr/X11R6, and I didn't have its pkgconfig path added to PKG_CONFIG_PATH env variable.
Still, if cairo (or cairo-svg) isn't available, the SVG module should be disabled and not throw an error when compiling, right?