On 08/07/11 20:04, Jeff Hoogland wrote: > I've got librsvg2-dev installed and evas compiled on the same system a week > ago. > > On Fri, Jul 8, 2011 at 1:57 PM, Cedric BAIL<[email protected]> wrote: > >> On Fri, Jul 8, 2011 at 7:49 PM, Jeff Hoogland<[email protected]> >> wrote: >>> The latest Evas is not compiling for me... Error message when running >> make: >>> make[5]: Entering directory `/root/e17_src/evas/src/modules/loaders/svg' >>> CC module_la-evas_image_load_svg.lo >>> evas_image_load_svg.c:4:26: error: librsvg/rsvg.h: No such file or >> directory >>> evas_image_load_svg.c:5:32: error: librsvg/rsvg-cairo.h: No such file or >>> directory >>> evas_image_load_svg.c: In function ‘evas_image_load_file_head_svg’: >>> evas_image_load_svg.c:60: error: ‘RsvgHandle’ undeclared (first use in >> this >>> function) >>> evas_image_load_svg.c:60: error: (Each undeclared identifier is reported >>> only once >>> evas_image_load_svg.c:60: error: for each function it appears in.) >>> evas_image_load_svg.c:60: error: ‘rsvg’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:61: error: ‘RsvgDimensionData’ undeclared (first >> use >>> in this function) >>> evas_image_load_svg.c:61: error: expected ‘;’ before ‘dim’ >>> evas_image_load_svg.c:80: error: ‘dim’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c: In function ‘evas_image_load_file_data_svg’: >>> evas_image_load_svg.c:136: error: ‘RsvgHandle’ undeclared (first use in >> this >>> function) >>> evas_image_load_svg.c:136: error: ‘rsvg’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:137: error: ‘RsvgDimensionData’ undeclared (first >> use >>> in this function) >>> evas_image_load_svg.c:137: error: expected ‘;’ before ‘dim’ >>> evas_image_load_svg.c:139: error: ‘cairo_surface_t’ undeclared (first use >> in >>> this function) >>> evas_image_load_svg.c:139: error: ‘surface’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:140: error: ‘cairo_t’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:140: error: ‘cr’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:158: error: ‘dim’ undeclared (first use in this >>> function) >>> evas_image_load_svg.c:213: error: ‘CAIRO_FORMAT_ARGB32’ undeclared (first >>> use in this function) >>> make[5]: *** [module_la-evas_image_load_svg.lo] Error 1 >>> make[5]: Leaving directory `/root/e17_src/evas/src/modules/loaders/svg' >>> make[4]: *** [all-recursive] Error 1 >>> make[4]: Leaving directory `/root/e17_src/evas/src/modules/loaders' >>> make[3]: *** [all-recursive] Error 1 >>> make[3]: Leaving directory `/root/e17_src/evas/src/modules' >>> make[2]: *** [all-recursive] Error 1 >>> make[2]: Leaving directory `/root/e17_src/evas/src' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/root/e17_src/evas' >>> make: *** [all] Error 2 >>> >>> Any ideas what I can do to fix this? Anyone else having this issue? Build >>> system is Debian. >> Seems like you don't have librsvg dev header, but evas configure did >> detect librsvg.pc somehow. Sounds like a wrong system config to me, >> should be solved by installing librsvg header. >> -- >> Cedric BAIL >> > > Had similar issues recently. Sporadic. What seems to happen is an .la file is not found. I'm running sid which just has introduced multiarch libs which as far I can work out has moved some/all .la files to /usr/lib/i386-linux-gnu on my machine. I did a search for whichever.la, found it then did ln -s /usr/lib/i386-linux-gnu/whichever.la /usr/lib/whichever.la as a workaround. Your mileage may vary on this, I just could've been lucky. Of course I could be barking up the wrong tree in the wrong forest.
rob ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
