Bug 77524 - [GTK] WebKitGtk+ 1.6.2 doesn't build
Summary: [GTK] WebKitGtk+ 1.6.2 doesn't build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
: 77476 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-01 01:31 PST by Carlos Garcia Campos
Modified: 2012-02-01 12:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.
Comment 1 MarkT 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.
Comment 2 Carlos Garcia Campos 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
Comment 3 Philippe Normand 2012-02-01 03:15:02 PST
*** Bug 77476 has been marked as a duplicate of this bug. ***
Comment 4 Martin Robinson 2012-02-01 12:39:32 PST
Fixed in http://trac.webkit.org/changeset/106484