Bug 50948

Summary: AsyncFileSystem.h: No such file or directory
Product: WebKit Reporter: Alexey Shabalin <a.shabalin>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   

Description Alexey Shabalin 2010-12-13 11:34:40 PST
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?
Comment 1 Alexey Proskuryakov 2010-12-14 13:03:02 PST
FWIW, it's supposed to be in WebCore/platform/AsyncFileSystem.h.
Comment 2 Alexey Shabalin 2010-12-15 09:00:10 PST
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.
Comment 3 Alexey Shabalin 2011-01-21 04:45:18 PST
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.
Comment 4 Martin Robinson 2011-01-27 13:28:47 PST
WebKitGTK+ does not yet support AynscFileSystem as far as I know.
Comment 5 Alexey Shabalin 2012-05-25 07:38:37 PDT
next trouble
tarball webkitgtk-1.8.1

Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:26:38: fatal error: AsyncFileSystemCallbacks.h: No such file or directory
Comment 6 Martin Robinson 2012-05-25 07:54:10 PDT
For progress on AsyncFileSystem support in GTK+, please follow 58443.

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