Summary: | Problem compiling rcairo 1.5.0 | ||
---|---|---|---|
Product: | cairo | Reporter: | Pierre <pierre42d> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | aresnickety |
Version: | 1.5.3 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pierre
2007-11-07 15:28:09 UTC
So I had this same problem. I fixed it with a hack. If you take a look, on line 29 of rb_cairo_context.c, there is a prototype declaration of cr_get_current_point. I don't know why that doesn't work; however, if you move the definition of cr_get_current_point above its call in cr_quadratic_curve_to, it will compile successfully. I'm guessing this was a side-effect of changing the prototype for cairo_get_current_point() which was reverted before the next stable release. |
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.