[Poppler-bugs] [Bug 34384] New: [PATCH] In CairoOutputDev.cc: cairo_pattern_mesh_* renamed to cairo_mesh_pattern_*

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 17 04:56:04 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=34384

           Summary: [PATCH] In CairoOutputDev.cc: cairo_pattern_mesh_*
                    renamed to cairo_mesh_pattern_*
           Product: poppler
           Version: unspecified
          Platform: All
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: cairo backend
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: flo.gravo at gmail.com


Compile against latest cairo git-version gives this error:
CairoOutputDev.cc: In member function 'virtual GBool
CairoOutputDev::gouraudTriangleShadedFill(GfxState*,
GfxGouraudTriangleShading*)':
CairoOutputDev.cc:836:49: error: 'cairo_pattern_mesh_begin_patch' was not
declared in this scope
CairoOutputDev.cc:838:53: error: 'cairo_pattern_mesh_move_to' was not declared
in this scope
CairoOutputDev.cc:839:53: error: 'cairo_pattern_mesh_line_to' was not declared
in this scope
CairoOutputDev.cc:847:23: error: 'cairo_pattern_mesh_set_corner_color_rgb' was
not declared in this scope
CairoOutputDev.cc:850:47: error: 'cairo_pattern_mesh_end_patch' was not
declared in this scope
CairoOutputDev.cc: In member function 'virtual GBool
CairoOutputDev::patchMeshShadedFill(GfxState*, GfxPatchMeshShading*)':
CairoOutputDev.cc:879:49: error: 'cairo_pattern_mesh_begin_patch' was not
declared in this scope
CairoOutputDev.cc:881:77: error: 'cairo_pattern_mesh_move_to' was not declared
in this scope
CairoOutputDev.cc:885:38: error: 'cairo_pattern_mesh_curve_to' was not declared
in this scope
CairoOutputDev.cc:902:90: error: 'cairo_pattern_mesh_set_control_point' was not
declared in this scope
CairoOutputDev.cc:938:28: error: 'cairo_pattern_mesh_set_corner_color_rgb' was
not declared in this scope
CairoOutputDev.cc:940:47: error: 'cairo_pattern_mesh_end_patch' was not
declared in this scope
make[3]: *** [CairoOutputDev.lo] Error 1


See:
http://comments.gmane.org/gmane.comp.lib.cairo/21217
http://cgit.freedesktop.org/cairo/commit/?id=5f039f0f894082c383884595220f6f0368ab72cf

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list