RESOLVED DUPLICATE of bug 87664 Bug 50954
[GTK] Build failure with --enable-indexed-database
https://bugs.webkit.org/show_bug.cgi?id=50954
Summary [GTK] Build failure with --enable-indexed-database
Alexey Shabalin
Reported 2010-12-13 12:27:34 PST
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
Martin Robinson
Comment 1 2011-01-28 13:32:14 PST
Martin Robinson
Comment 2 2011-01-28 14:09:03 PST
Re-opening until the dependency lands.
Martin Robinson
Comment 3 2011-01-28 14:10:46 PST
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
Comment 4 2011-01-28 14:37:35 PST
http://trac.webkit.org/changeset/76979 might have broken Leopard Intel Release (Tests)
Martin Robinson
Comment 5 2012-08-20 21:42:17 PDT
*** This bug has been marked as a duplicate of bug 87664 ***
Note You need to log in before you can comment on or make changes to this bug.