WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
95678
fatal error: JSIDBUpgradeNeededEvent.h
https://bugs.webkit.org/show_bug.cgi?id=95678
Summary
fatal error: JSIDBUpgradeNeededEvent.h
Sumit
Reported
2012-09-03 03:15:14 PDT
Hi, I am trying to build nightly build "WebKit-
r127219
" on linux (ubuntu 12.04) platform. I'm working on IndexedDB so i simply enabled INDEXED_DATABASE flag to enable related features. but I got following error.... GEN generate-webkit2-forwarding-headers GEN generate-webkit2-forwarding-headers GEN generate-webkittestrunner-forwarding-headers GEN generate-webkittestrunner-forwarding-headers GEN generate-testwebkitapi-forwarding-headers GEN generate-testwebkitapi-forwarding-headers make all-am make[1]: Entering directory `/home/samsung/WebKit/WebKit-
r127219
' CXX Source/WebCore/bindings/js/libWebCore_la-JSEventCustom.lo In file included from Source/WebCore/bindings/js/JSEventCustom.cpp:34:0: ./DerivedSources/WebCore/EventHeaders.h:108:37: fatal error: JSIDBUpgradeNeededEvent.h: No such file or directory compilation terminated. make[1]: *** [Source/WebCore/bindings/js/libWebCore_la-JSEventCustom.lo] Error 1 make[1]: Leaving directory `/home/samsung/WebKit/WebKit-
r127219
' make: *** [all] Error 2 there are some more file are missing (OR not generated i.e. JSIDBOpenDBRequest.h). The error regarding this file is as ./DerivedSources/WebCore/EventTargetHeaders.h:100:32: fatal error: JSIDBOpenDBRequest.h: No such file or directory compilation terminated. CXX Source/WebCore/bindings/js/libWebCore_la-JSGeolocationCustom.lo make[1]: *** [Source/WebCore/bindings/js/libWebCore_la-JSEventCustom.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Source/WebCore/bindings/js/libWebCore_la-JSEventTargetCustom.lo] Error 1 make[1]: Leaving directory `/home/samsung/WebKit/WebKit-
r127219
' make: *** [all] Error 2 please help me to solve these problems. thanks in advance. regards sumit
Attachments
Add attachment
proposed patch, testcase, etc.
David Grogan
Comment 1
2012-09-04 18:42:20 PDT
Sometimes the IDB JS bindings don't get the attention they need. This should be an easy fix once you find out where to make it. Look for whatever provides a stub implementation for JSIDBVersionChangeEvent.h and add IDBUpgradeNeededEvent.h.
David Grogan
Comment 2
2012-09-04 18:46:27 PDT
Adding an entry for JSIDBUpgradeNeededEvent.h to Source/WebCore/GNUmakefile.list.am is probably at least part of the solution.
Martin Robinson
Comment 3
2014-03-25 15:37:44 PDT
Autotools build is gone now.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug