Bug 50954
Summary: | [GTK] Build failure with --enable-indexed-database | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shabalin <a.shabalin> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, eric, mrobinson, webkit.review.bot |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | 53331 | ||
Bug Blocks: |
Alexey Shabalin
webkit-1.3.7:
1. wrong help string in configure:
AC_ARG_ENABLE(indexed_database,
AC_HELP_STRING([--enable-indexeddb],
[enable the indexed database API [default=no]]),
[],[enable_indexed_database="no"])
AC_MSG_RESULT([$enable_indexed_database])
string is enable-indexeddb, but optinon is enable_indexed_database.
2. don't build even use --enable-indexed-database:
In file included from ./DerivedSources/webkit/webkitdom.h:46:0,
from WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp:153:
./DerivedSources/webkit/WebKitDOMDOMWindow.h:184:12: error: 'WebKitDOMIDBFactory' does not name a type
make[1]: *** [WebCore/bindings/gobject/libwebkitgtk_1_0_la-WebKitHTMLElementWrapperFactory.lo] Error 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
Committed r76979: <http://trac.webkit.org/changeset/76979>
Martin Robinson
Re-opening until the dependency lands.
Martin Robinson
I've posted patches to fix the IndexedDB build to some extent, but it seems that the implementation of this feature is still incomplete. It won't build until those working on IndexedDB get further along. There's no use building this feature until it's in a working state.
WebKit Review Bot
http://trac.webkit.org/changeset/76979 might have broken Leopard Intel Release (Tests)
Martin Robinson
*** This bug has been marked as a duplicate of bug 87664 ***