[Webkit-unassigned] [Bug 178090] New: [WPE] Build failure in Buildroot when targetting 32-bit ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 12:21:44 PDT 2017


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

            Bug ID: 178090
           Summary: [WPE] Build failure in Buildroot when targetting
                    32-bit ARM
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: bugs-noreply at webkitgtk.org

This is trying to build the upstream code with Buildroot targeting
ARM Cortex A53 (AArch64):

  WebProcess/WebPage/wpe/AcceleratedSurfaceWPE.cpp: In member function ‘virtual uint64_t WebKit::AcceleratedSurfaceWPE::window() const’:
  WebProcess/WebPage/wpe/AcceleratedSurfaceWPE.cpp:78:99: error: invalid cast from type ‘EGLNativeWindowType {aka long unsigned int}’ to type ‘uint64_t {aka long long unsigned int}’
       return reinterpret_cast<uint64_t>(wpe_renderer_backend_egl_target_get_native_window(m_backend));
                                                                                                     ^

Changing the cast to use “static_cast” works fine, I'll send a patch.

-- 
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/20171009/85d170fd/attachment.html>


More information about the webkit-unassigned mailing list