[Webkit-unassigned] [Bug 77524] New: [GTK] WebKitGtk+ 1.6.2 doesn't build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 01:31:25 PST 2012


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

           Summary: [GTK] WebKitGtk+ 1.6.2 doesn't build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: mrobinson at webkit.org


make: *** No rule to make target `Source/WebKit/gtk/webkit/webkitversion.h', needed by `DerivedSources/webkit/webkitenumtypes.cpp'.  Stop.

This commit 
http://trac.webkit.org/changeset/106263/releases/WebKitGTK/webkit-1.6

broke it, it removes Source/WebKit/gtk/webkit/webkitversion.h from configure.ac

The fix is add:

AC_CONFIG_FILES([
Source/WebKit/gtk/webkit/webkitversion.h
])

to configure.ac. 

I wonder how distcheck passed. We should release 1.6.2.1 asap with the fix.

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