Bug 50948
Summary: | AsyncFileSystem.h: No such file or directory | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shabalin <a.shabalin> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Major | CC: | mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Alexey Shabalin
if build release webkit-1.3.7 with --enable-file-system
then have error:
WebCore/bindings/generic/RuntimeEnabledFeatures.cpp:40:29: fatal error: AsyncFileSystem.h: No such file or directory
compilation terminated.
make[1]: *** [WebCore/bindings/generic/libwebkitgtk_1_0_la-RuntimeEnabledFeatures.lo] Error 1
Why AsyncFileSystem.h not included in release tar.gz?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
FWIW, it's supposed to be in WebCore/platform/AsyncFileSystem.h.
Alexey Shabalin
yes, i know, that AsyncFileSystem.h exist in WebCore/platform/.
Exist in svn or git trunk, but not in release http://www.webkitgtk.org/webkit-1.3.7.tar.gz, and any other tar.gz in download section on www.webkitgtk.org.
Alexey Shabalin
ping
1.3.8 release don't include platform/AsyncFileSystem.h too.
1.3.9 release don't include platform/AsyncFileSystem.h too.
1.3.10 release don't include platform/AsyncFileSystem.h too.
Martin Robinson
WebKitGTK+ does not yet support AynscFileSystem as far as I know.
Alexey Shabalin
next trouble
tarball webkitgtk-1.8.1
Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:26:38: fatal error: AsyncFileSystemCallbacks.h: No such file or directory
Martin Robinson
For progress on AsyncFileSystem support in GTK+, please follow 58443.
*** This bug has been marked as a duplicate of bug 58443 ***