[Webkit-unassigned] [Bug 51458] New: build failure: PluginViewGtk.cpp:65:23: fatal error: gdkconfig.h: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 03:04:38 PST 2010


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

           Summary: build failure: PluginViewGtk.cpp:65:23: fatal error:
                    gdkconfig.h: No such file or directory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cskeogh at adam.com.au


Building WebKit against gtk+ 3.0 (2.91.8) fails with:

In file included from WebCore/plugins/gtk/PluginViewGtk.cpp:43:0:
./WebCore/platform/gtk/GtkVersioning.h:34:0: warning: "GDK_DISPLAY" redefined
/opt/gnome/include/gtk-3.0/gdk/gdkdisplay.h:38:0: note: this is the location of the previous definition
WebCore/plugins/gtk/PluginViewGtk.cpp:65:23: fatal error: gdkconfig.h: No such file or directory
compilation terminated.

Replace:

#include <gdkconfig.h>

with:

#include <gdk/gdkconfig.h>

and build resumes.

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