[Webkit-unassigned] [Bug 137640] New: [GTK] fails to build with --disable-accelerated-compositing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 11 14:31:02 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137640
Summary: [GTK] fails to build with
--disable-accelerated-compositing
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alexander at tsoy.me
Created an attachment (id=239685)
--> (https://bugs.webkit.org/attachment.cgi?id=239685&action=review)
webkit-gtk-accelerated-compositing.patch
This problem was introduced in changeset <http://trac.webkit.org/changeset/172828>. The attached patch makes compilation process go further until I get the same linkage error as in bug 131267. I can attach the full build log if necessary.
The actual error:
Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp: In member function ‘void WebKit::WebProcess::platformSetCacheModel(WebKit::CacheModel)’:
Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp:114:27: error: ‘class WebCore::PageCache’ has no member named ‘setShouldClearBackingStores’
WebCore::pageCache()->setShouldClearBackingStores(true);
^
GNUmakefile:75880: recipe for target 'Source/WebKit2/WebProcess/soup/libwebkit2gtk_3_0_la-WebProcessSoup.lo' failed
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list