[Webkit-unassigned] [Bug 112234] New: [Gtk] Build fix when turn on the ENABLE_FILE_SYSTEM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 01:24:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112234

           Summary: [Gtk] Build fix when turn on the ENABLE_FILE_SYSTEM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cwhong at company100.net


When I build with --file-system, build failed with below.

../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp: In static member function `static WTF::PassOwnPtr<WebCore::AsyncFileSystem> WebCore::AsyncFileSystem::create()':
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:40:44: error: cannot allocate an object of abstract type `WebCore::AsyncFileSystemGtk'
In file included from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:24:0:
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.h:32:7: note:   because the following virtual functions are pure within `WebCore::AsyncFileSystemGtk':
In file included from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.h:25:0,
                 from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:24:
../../Source/WebCore/platform/AsyncFileSystem.h:135:18: note:     virtual void WebCore::AsyncFileSystem::createSnapshotFileAndReadMetadata(const WebCore::KURL&, WTF::PassOwnPtr<WebCore::AsyncFileSystemCallbacks>)
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:41:1: warning: control reaches end of non-void function [-Wreturn-type]
  CXX    Tools/WebKitTestRunner/InjectedBundle/gtk/Libraries_libTestRunnerInjectedBundle_la-ActivateFontsGtk.lo
make[1]: *** [Source/WebCore/platform/gtk/libWebCoreGtk2_la-AsyncFileSystemGtk.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
../../Source/WebKit2/UIProcess/API/gtk/tests/WebExtensionTest.cpp:62:1: warning: missing initializer for member `_GDBusInterfaceVTable::padding' [-Wmissing-field-initializers]

make[1]: *** wait: No child processes.  Stop.
make: *** [all] Error 2

Failed to build WebKit using 'make'!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list