On Thu, 2011-09-22 at 20:54 +0400, Alexandre Prokoudine wrote:
On Thu, Sep 22, 2011 at 6:39 PM, Tavmjong Bah wrote:
So I need Cairo from Git master?
Yes, sorry I forgot to mention that.
OK, got it to compile, but it crashes whenever I try to do anything about meshes.
E.g. double-click in gradient mesh mode:
sp_gradient_drag: New Mesh Gradient! No Draggers to Add /usr/local/bin/inkscape: symbol lookup error: /usr/local/bin/inkscape: undefined symbol: cairo_pattern_create_mesh
It also crashes when I try loading any of your samples from http://tavmjong.free.fr/SVG/MESH/Mesh_Inkscape.html.
I'm not sure whether you need a backtrace at this point, but if you want one, I'll be glad to help as soon as I figure out why > bt says there is no stack :)
Looks like to me that while you got it to compile it's not finding the proper Cairo library at run time. At one point I had a similar problem. Tav