Bug 77524
| Summary: | [GTK] WebKitGtk+ 1.6.2 doesn't build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | CC: | ibiru, mark, mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Carlos Garcia Campos
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
MarkT
Source/WebKit/gtk/webkit/webkitversion.h.in is missing, from 1.6.2
that needs to be added too.
Carlos Garcia Campos
(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
*** Bug 77476 has been marked as a duplicate of this bug. ***
Martin Robinson
Fixed in http://trac.webkit.org/changeset/106484