[Webkit-unassigned] [Bug 114299] New: [GTK] --minimal build fails with error: class WebCore::EventHandler' has no member named 'dragSourceEndedAt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 12:10:01 PDT 2013


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

           Summary: [GTK] --minimal build fails with error: class
                    WebCore::EventHandler' has no member named
                    'dragSourceEndedAt
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bartosh at gmail.com


Here is the error:
Failed to run "['Tools/Scripts/build-webkit', '--release', '--gtk', '--update-gtk', '--no-webkit2', '--makeargs="-j2"']" exit_code: 2
orm/gtk/libPlatformGtk_la-ContextMenuItemGtk.lo
In file included from ./autotoolsconfig.h:254:0,
                 from ../../Source/WebCore/config.h:26,
                 from ../../Source/WebKit/gtk/webkit/webkitwebview.cpp:31:
./WebKitFeatures.h:92:0: warning: "ENABLE_SPELLCHECK" redefined [enabled by default]
In file included from ../../Source/WebCore/config.h:26:0,
                 from ../../Source/WebKit/gtk/webkit/webkitwebview.cpp:31:
./autotoolsconfig.h:19:0: note: this is the location of the previous definition
../../Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'void webkit_web_view_drag_end(GtkWidget*, GdkDragContext*)':
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1524:28: error: 'class WebCore::EventHandler' has no member named 'dragSourceEndedAt'
../../Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'void dragExitedCallback(GtkWidget*, WebCore::DragData*, bool)':
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1537:128: error: 'class WebCore::Page' has no member named 'dragController'
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1538:124: error: 'class WebCore::Page' has no member named 'dragController'
../../Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'gboolean webkit_web_view_drag_motion(GtkWidget*, GdkDragContext*, gint, gint, guint)':
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1555:46: error: 'class WebCore::Page' has no member named 'dragController'
../../Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'void webkit_web_view_drag_data_received(GtkWidget*, GdkDragContext*, gint, gint, GtkSelectionData*, guint, guint)':
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1569:46: error: 'class WebCore::Page' has no member named 'dragController'
../../Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'gboolean webkit_web_view_drag_drop(GtkWidget*, GdkDragContext*, gint, gint, guint)':
../../Source/WebKit/gtk/webkit/webkitwebview.cpp:1582:20: error: 'class WebCore::Page' has no member named 'dragController'
make[1]: *** [Source/WebKit/gtk/webkit/libwebkitgtk_3_0_la-webkitwebview.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ./autotoolsconfig.h:254:0,
                 from ../../Source/JavaScriptCore/config.h:26,
                 from ../../Source/WebCore/platform/gtk/ContextMenuItemGtk.cpp:21:
./WebKitFeatures.h:92:0: warning: "ENABLE_SPELLCHECK" redefined [enabled by default]
In file included from ../../Source/JavaScriptCore/config.h:26:0,
                 from ../../Source/WebCore/platform/gtk/ContextMenuItemGtk.cpp:21:
./autotoolsconfig.h:19:0: note: this is the location of the previous definition
make[1]: Leaving directory `/srv/ews/WebKit/WebKitBuild/Release'
make: *** [all] Error 2

-- 
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