RESOLVED FIXED77524
[GTK] WebKitGtk+ 1.6.2 doesn't build
https://bugs.webkit.org/show_bug.cgi?id=77524
Summary [GTK] WebKitGtk+ 1.6.2 doesn't build
Carlos Garcia Campos
Reported 2012-02-01 01:31:25 PST
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.
Attachments
MarkT
Comment 1 2012-02-01 01:51:05 PST
Source/WebKit/gtk/webkit/webkitversion.h.in is missing, from 1.6.2 that needs to be added too.
Carlos Garcia Campos
Comment 2 2012-02-01 01:54:18 PST
(In reply to comment #1) > Source/WebKit/gtk/webkit/webkitversion.h.in is missing, from 1.6.2 > that needs to be added too. It's the same issue, just adding Source/WebKit/gtk/webkit/webkitversion.h to the configure will dist Source/WebKit/gtk/webkit/webkitversion.h.i
Philippe Normand
Comment 3 2012-02-01 03:15:02 PST
*** Bug 77476 has been marked as a duplicate of this bug. ***
Martin Robinson
Comment 4 2012-02-01 12:39:32 PST
Note You need to log in before you can comment on or make changes to this bug.