Bug 50954 - [GTK] Build failure with --enable-indexed-database
Summary: [GTK] Build failure with --enable-indexed-database
Status: RESOLVED DUPLICATE of bug 87664
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 53331
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-13 12:27 PST by Alexey Shabalin
Modified: 2012-08-20 21:42 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shabalin 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
Comment 1 Martin Robinson 2011-01-28 13:32:14 PST
Committed r76979: <http://trac.webkit.org/changeset/76979>
Comment 2 Martin Robinson 2011-01-28 14:09:03 PST
Re-opening until the dependency lands.
Comment 3 Martin Robinson 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.
Comment 4 WebKit Review Bot 2011-01-28 14:37:35 PST
http://trac.webkit.org/changeset/76979 might have broken Leopard Intel Release (Tests)
Comment 5 Martin Robinson 2012-08-20 21:42:17 PDT

*** This bug has been marked as a duplicate of bug 87664 ***