On Fri, 2007-01-19 at 12:44 -0300, Gonzalo Delgado wrote: > While building pycairo: > > pycairo-context.c: In function 'pycairo_get_dash': > pycairo-context.c:353: error: too many arguments to function > 'cairo_get_dash_count' > pycairo-context.c:358: error: void value not ignored as it ought to be > pycairo-context.c: In function 'pycairo_get_dash_count': > pycairo-context.c:386: error: too many arguments to function > 'cairo_get_dash_count'
It works for me. Have you built both cairo and pycairo? Otherwise the lib64 issue might be hitting you. Verify which cairo.h are you actually using here, and if the signature for this function is the expected one (cairo_get_dash_count (cairo_t *cr, int *count);) there. Marco _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
