Bug 51766 - WebKit2/Platform/gtk/ModuleGtk.cpp missing
Summary: WebKit2/Platform/gtk/ModuleGtk.cpp missing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-12-30 20:37 PST by Andrew
Modified: 2011-01-11 09:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2010-12-30 20:37:16 PST
Trying to build WebKit2 for GTK using the following command on Ubuntu:

./build-webkit --debug --gtk --enable-webkit2

results in the following error:

"No rule to make target `WebKit2/Platform/gtk/ModuleGtk.cpp', needed by `generate-webkit2-forwarding-headers'"

This was attempted in a fresh git repository on Ubuntu 10.10 with the most up to date changes at the time of this submission.
Comment 1 Ravi Phaneendra Kasibhatla 2011-01-03 21:49:28 PST
For building the basic WebKit2 GTK port, there are still few dependent bugs open (48509, 48510, 48511, 48512). The build would be successful, once the patches of these bugs are committed. ModuleGtk.cpp file is part 48510 patch.