I don't think clutter-cairo-0.6 has create_region function... Errors with clutter-0.6:
WebKit/clutter/webkit/webkitwebview.cpp: In function 'void webkit_web_view_expose(WebkitActor*, WebkitActorRectangle*)': WebKit/clutter/webkit/webkitwebview.cpp:216: error: 'clutter_cairo_create_region' was not declared in this scope WebKit/clutter/webkit/webkitwebview.cpp: In function 'void webkit_web_view_request_coords(ClutterActor*, ClutterActorBox*)': WebKit/clutter/webkit/webkitwebview.cpp:747: error: 'clutter_cairo_surface_resize' was not declared in this scope WebKit/clutter/webkit/webkitwebview.cpp:749: error: 'clutter_cairo_surface_resize' was not declared in this scope WebKit/clutter/webkit/webkitwebview.cpp: In function 'void webkit_web_view_settings_notify(WebKitWebSettings*, GParamSpec*, WebKitWebView*)': WebKit/clutter/webkit/webkitwebview.cpp:1342: warning: missing braces around initializer for '_GValue::<anonymous union> [2]' WebKit/clutter/webkit/webkitwebview.cpp:1342: warning: missing braces around initializer for '_GValue::<anonymous union>' WebKit/clutter/webkit/webkitwebview.cpp: In function 'void webkit_web_view_zoom_to_selected_node(WebKitWebView*)': WebKit/clutter/webkit/webkitwebview.cpp:2362: warning: unused variable 'priv' /opt/xxx/include/clutter-0.6/clutter/clutter-fixed.h: At global scope: /opt/xxx/include/clutter-0.6/clutter/clutter-fixed.h:375: warning: inline function 'ClutterFixed _clutter_double_to_fixed(double)' used but never defined /opt/xxx/include/clutter-0.6/clutter/clutter-fixed.h:285: warning: inline function 'ClutterFixed clutter_qdivx(ClutterFixed, ClutterFixed)' used but never defined WebKit/clutter/webkit/webkitwebview.cpp:715: warning: 'void webkit_web_view_pick(ClutterActor*, const ClutterColor*)' defined but not used make[1]: *** [WebKit/clutter/webkit/libwebkit_clutter_1_0_la-webkitwebview.lo] Error 1 make[1]: Leaving directory `/home/kashyapa/webkit' make: *** [all] Error 2 make: Leaving directory `/home/kashyapa/webkit' I don't think this should matter, but I have clutter with --prefix /opt/xxx (LD_LIBRARY_PATH and PKG_CONFIG_PATH and PYTHONPATH are also set). -Ashwin > -----Original Message----- > From: Matthew Allum [mailto:[EMAIL PROTECTED] > Sent: Monday, June 23, 2008 6:02 PM > To: Kashyap Ashwin > Cc: iain; [email protected] > Subject: RE: [clutter] Webkit > > On Mon, 2008-06-23 at 17:58 -0400, Kashyap Ashwin wrote: > > Iain, > > It does not compile, I have both clutter-0.6 and 0.7 (svn) installed. I > > configured it with --enable-clutter --disable-gtk. I even tried bumping > > up required versions in configure.ac to 0.7, still no luck. I get this > > error now: > > > > [snip] > > This looks like you are build against 0.7 which is not yet ported to. > Can you post the errors you get for building with 0.6 ? > > == Matthew -- To unsubscribe send a mail to [EMAIL PROTECTED]
