_cairo_arc_path_negative function in src/cairo-arc.c is a void function but returns a value. This causes build to break with Sun Forte compiler. [I realise that 'return' is called with another void function but the compiler must not]. Trivial patch to remove 'return' attached.
Created attachment 2570 [details] [review] Patch src/cairo-arc.c to remove 'return' in void function
Thanks for the report. I just committed a fix for this.
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.