[Webkit-unassigned] [Bug 83984] New: webkit-gtk-1.8.0 webkit2 fails to build with gcc-4.5 due to WebKitWebView redefinition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 14 13:05:07 PDT 2012


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

           Summary: webkit-gtk-1.8.0 webkit2 fails to build with gcc-4.5
                    due to WebKitWebView redefinition
           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: tetromino at gentoo.org


Webkit-gtk-1.8.0 tarball release with --enable-webkit2 fails to build using gcc-4.5.3:

In file included from ./DerivedSources/WebKit2/webkit2gtk/include/webkit2/WebKitPrintOperation.h:29:0,
                 from ./DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitEnumTypes.h:60,
                 from ./DerivedSources/WebKit2/webkit2gtk/include/webkit2/webkit2.h:31,
                 from Tools/MiniBrowser/gtk/BrowserWindow.h:29,
                 from Tools/MiniBrowser/gtk/main.c:28:
./DerivedSources/WebKit2/webkit2gtk/include/webkit2/WebKitWebView.h:51:31: error: redefinition of typedef ‘WebKitWebView’
./DerivedSources/WebKit2/webkit2gtk/include/webkit2/WebKitDefines.h:50:38: note: previous declaration of ‘WebKitWebView’ was here
make: *** [Tools/MiniBrowser/gtk/Programs_MiniBrowser-main.o] Error 1

Builds fine with gcc-4.6.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