
On 17/7/10 20:27, Diederik van Lierop wrote:
On 07/17/2010 07:58 PM, bulia byak wrote:
I can probably fix it, but I wonder if it may be a sign of some other trouble. Anyone else seeing this?
That revision compiled just fine this afternoon on Fedora 12.
trunk r9618 compiled fine on OS X 10.5.8, too.
The error
sp-gradient.h: In function ‘void sp_gradient_pattern_common_setup(cairo_pattern_t*, SPGradient*, const NRRect*)’: sp-gradient.h:81: error: ‘SPGradientUnits SPGradient::units’ is private sp-gradient.cpp:2057: error: within this context sp-gradient.cpp: In function ‘cairo_pattern_t* sp_radialgradient_create_pattern(SPPaintServer*, const NRRect*)’: sp-gradient.cpp:2071: error: ‘sp_gradient_ensure_colors’ was not declared in this scope sp-gradient.cpp: In function ‘cairo_pattern_t* sp_lineargradient_create_pattern(SPPaintServer*, const NRRect*)’: sp-gradient.cpp:2089: error: ‘sp_gradient_ensure_colors’ was not declared in this scope
seems to happen in the gsoc-cairo branch (r9509 "Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns") - 'sp_lineargradient_create_pattern()' does not exist in trunk (src/sp-gradient.cpp).
~suv