Attached is a patch that should fix this once and for all.



On Wed, 30 Aug 2006, D. Hageman wrote:


On Thu, 31 Aug 2006, Carsten Haitzler wrote:

On Wed, 30 Aug 2006 13:27:34 -0500 (CDT) "D. Hageman" <dhageman@dracken.com>
babbled:


I mentioned before the weekend that I was having some issues with the SVG
in evas with Fedora Core 5.  I finally found the time to investigate the
issue some more, but I am not sure how to fix it.

Essentially this solves the problem:

944c944
<       PKG_CHECK_MODULES(CAIRO_SVG, cairo-svg,
---
      PKG_CHECK_MODULES(CAIRO_SVG, libsvg-cairo,


Fedora Core calls their cairo-svg ... libsvg-cairo.  I am not well versed
enough in autofoo to make both of those happy.

in cvs - check that it's working for you.

Still not completely happy yet ...

In file included from evas_image_load_svg.c:4:
/usr/include/librsvg-2/librsvg/rsvg-cairo.h:28:19: error: cairo.h: No such file or directory
In file included from evas_image_load_svg.c:4:
/usr/include/librsvg-2/librsvg/rsvg-cairo.h:33: error: expected declaration specifiers or '...' before 'cairo_t' /usr/include/librsvg-2/librsvg/rsvg-cairo.h:36: error: expected declaration specifiers or '...' before 'cairo_t'

I will try to get some time tomorrow to do more investigation if you don't have any ideas of the top of your head.

I appreciate you looking into this.



--
//========================================================\\
||  D. Hageman                    <dhageman@dracken.com>  ||
\\========================================================//
diff -ruN evas.orig/configure.in evas/configure.in
--- evas.orig/configure.in      2006-09-11 11:10:42.000000000 -0500
+++ evas/configure.in   2006-09-11 11:11:11.000000000 -0500
@@ -936,7 +936,7 @@
            svg_libs="$SVG_LIBS $CAIRO_SVG_LIBS"
         ],
         [ 
-            PKG_CHECK_MODULES(CAIRO_SVG, libsvg-cairo,
+            PKG_CHECK_MODULES(LIBSVG_CAIRO, libsvg-cairo,
               [ 
                  have_svg="yes"
                  svg_cflags="$SVG_CFLAGS $LIBSVG_CAIRO_CFLAGS"
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to