If you build the cairo version on either windows or linux, your cairo library is older than 1.4. cairo_clip_extents is added to cairo with version 1.4. This is fixed in newer tarballs by checking your installed version of the cairo library. Just use a newer tarball or update cairo.
Dirk Am Montag, den 16.03.2009, 06:20 -0700 schrieb jagadeesh k: > Hi, > I used the WebKit nightly build r29022 source tar balls and am > geting the following error while building, > > WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:827:error:'cairo_clip_extents' > was not declared in this scope > > Thanks and Regards > Jagadeesh > > > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

