[Webkit-unassigned] [Bug 199155] New: [WPE][GTK] Fixes for compilation with unified builds disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 24 07:07:05 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199155

            Bug ID: 199155
           Summary: [WPE][GTK] Fixes for compilation with unified builds
                    disabled
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

As of r246731 there's a few build errors when unified builds
are disabled:

---

In file included from ../Source/WebCore/rendering/LayerAncestorClippingStack.cpp:27:
../Source/WebCore/rendering/LayerAncestorClippingStack.h:42:24: error: unknown type name 'RenderLayer'
    CompositedClipData(RenderLayer* layer, LayoutRect rect, bool isOverflowScrollEntry)
                       ^
../Source/WebCore/rendering/LayerAncestorClippingStack.h:61:13: error: use of undeclared identifier 'RenderLayer'
    WeakPtr<RenderLayer> clippingLayer; // For scroller entries, the scrolling layer. For other entries, the most-descendant layer that has a clip.                                                                                                                              
            ^
../Source/WebCore/rendering/LayerAncestorClippingStack.h:85:5: error: unknown type name 'GraphicsLayer'
    GraphicsLayer* firstClippingLayer() const;
    ^
../Source/WebCore/rendering/LayerAncestorClippingStack.h:86:5: error: unknown type name 'GraphicsLayer'
    GraphicsLayer* lastClippingLayer() const;
    ^
../Source/WebCore/rendering/LayerAncestorClippingStack.h:94:16: error: use of undeclared identifier 'GraphicsLayer'
        RefPtr<GraphicsLayer> clippingLayer;
               ^

---

In file included from ../Source/WebKit/NetworkProcess/glib/DNSCache.cpp:27:
../Source/WebKit/NetworkProcess/glib/DNSCache.h:45:29: error: use of undeclared identifier 'GInetAddress'
    Optional<Vector<GRefPtr<GInetAddress>>> lookup(const CString& host, Type = Type::Default);
                            ^

---

../Source/WebKit/NetworkProcess/glib/DNSCache.cpp:37:32: error: use of undeclared identifier 'RunLoopSourcePriority'
    m_expiredTimer.setPriority(RunLoopSourcePriority::ReleaseUnusedResourcesTimer);
                               ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190624/c2d11d59/attachment-0001.html>


More information about the webkit-unassigned mailing list