Bug 79011 - [GTK][WK2] WebKit2 does not build if gtk-unix-printing-3.0 is not available
Summary: [GTK][WK2] WebKit2 does not build if gtk-unix-printing-3.0 is not available
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-19 22:15 PST by Martin Robinson
Modified: 2012-02-20 00:38 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 Martin Robinson 2012-02-19 22:15:02 PST
The build fails with the message:

  CXX    Source/WebKit2/UIProcess/API/gtk/libwebkit2gtk_3_0_la-WebKitPrintOperation.lo
../../Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp: In function ‘WebKitPrintOperationResponse webkitPrintOperationRunDialogForFrame(WebKitPrintOperation*, GtkWindow*, WebKit::WebFrameProxy*)’:
../../Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:271:9: error: ‘response’ was not declared in this scope
../../Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:275:12: error: ‘response’ was not declared in this scope
../../Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:276:1: warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [Source/WebKit2/UIProcess/API/gtk/libwebkit2gtk_3_0_la-WebKitPrintOperation.lo] Error
Comment 1 Martin Robinson 2012-02-20 00:38:14 PST
Committed r108216: <http://trac.webkit.org/changeset/108216>