Closed GoogleCodeExporter closed 8 years ago
I am using the webkit gtk version shipped with ubuntu 8.04 which is marked
webkit svn
version 29752. I checked out svn head as well as downloaded the package. In both
cases, I get following error.
webkit.c: In function ‘_wrap_webkit_web_view_get_back_forward_list’:
webkit.c:103: error: ‘WebKitWebBackForwardList’ undeclared (first use in
this function)
webkit.c:103: error: (Each undeclared identifier is reported only once
webkit.c:103: error: for each function it appears in.)
webkit.c:103: error: ‘ret’ undeclared (first use in this function)
webkit.c: In function ‘_wrap_webkit_web_view_get_focused_frame’:
webkit.c:270: warning: assignment makes pointer from integer without a cast
webkit.c: In function ‘_wrap_webkit_web_history_item_get_title’:
webkit.c:991: warning: assignment makes pointer from integer without a cast
webkit.c: In function ‘_wrap_webkit_web_history_item_get_alternate_title’:
webkit.c:1005: warning: assignment makes pointer from integer without a cast
webkit.c: In function ‘_wrap_webkit_web_history_item_get_uri’:
webkit.c:1034: warning: assignment makes pointer from integer without a cast
webkit.c: In function ‘_wrap_webkit_web_history_item_get_original_uri’:
webkit.c:1048: warning: assignment makes pointer from integer without a cast
webkit.override: In function
‘_wrap_webkit_web_back_forward_list_get_forward_list_with_limit’:
webkit.override:116: warning: assignment makes pointer from integer without a
cast
webkit.override: In function
‘_wrap_webkit_web_back_forward_list_get_back_list_with_limit’:
webkit.override:99: warning: assignment makes pointer from integer without a
cast
webkit.c: In function ‘_wrap_webkit_web_back_forward_list_get_back_item’:
webkit.c:1244: error: ‘WebKitWebHistoryItem’ undeclared (first use in this
function)
webkit.c:1244: error: ‘ret’ undeclared (first use in this function)
webkit.c: In function ‘_wrap_webkit_web_back_forward_list_get_current_item’:
webkit.c:1256: error: ‘WebKitWebHistoryItem’ undeclared (first use in this
function)
webkit.c:1256: error: ‘ret’ undeclared (first use in this function)
webkit.c: In function ‘_wrap_webkit_web_back_forward_list_get_forward_item’:
webkit.c:1268: error: ‘WebKitWebHistoryItem’ undeclared (first use in this
function)
webkit.c:1268: error: ‘ret’ undeclared (first use in this function)
webkit.c: In function ‘_wrap_webkit_web_back_forward_list_get_nth_item’:
webkit.c:1282: error: ‘WebKitWebHistoryItem’ undeclared (first use in this
function)
webkit.c:1282: error: ‘ret’ undeclared (first use in this function)
webkit.c: In function ‘pywebkit_register_classes’:
webkit.c:1666: error: ‘WEBKIT_TYPE_WEB_HISTORY_ITEM’ undeclared (first use
in this
function)
webkit.c:1668: error: ‘WEBKIT_TYPE_WEB_BACK_FORWARD_LIST’ undeclared (first
use in
this function)
Also attached few changes which cleans some minor issues.
Original comment by supreet....@gmail.com
on 22 Sep 2008 at 12:11
Attachments:
pywebkitgtk package for Ubuntu 8.04, 8.10:
http://ppa.launchpad.net/gwibber-team/ubuntu/pool/main/p/pywebkitgtk/
https://launchpad.net/gwibber
Original comment by jhuangjiahua@gmail.com
on 22 Sep 2008 at 12:14
Thanks jhuangjiahua. I added a WikiPage and added your comment on the notes in
building pywebkitgtk for Ubuntu Hardy. Page is at
http://code.google.com/p/pywebkitgtk/wiki/BuildingOnUbuntuHardy
Original comment by jmalo...@gmail.com
on 18 Oct 2008 at 7:21
Original issue reported on code.google.com by
jmalo...@gmail.com
on 22 Sep 2008 at 12:03