On Wed, 21 Oct 2009, Julien Steinhauser wrote:
Hello,
when I build last tip, I have this error :
surf.c: In function ‘source’:
surf.c:695: error: implicit declaration of function
‘webkit_web_view_get_view_source_mode’
surf.c:696: error: implicit declaration of function
‘webkit_web_view_set_view_source_mode’
I commented out from line 693 to 696 in surf.c
as I don't know how to declare the two functions properly,
but there's probably a cleaner method to let surf build smoothly.
This seems to be a matter of the webkit-gtk+ version you are using. The
default in gentoo stable
is still 1.1.10 and those functions aren't in it. I think those functions come with 1.1.14
(the latest stable on the webkit-gtk site is 1.1.15).
Peter