WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
258563
[WPE] Build error when casting GLNativeWindowType to EGLNativeWindowType for target rpi4-32bits-mesa.
https://bugs.webkit.org/show_bug.cgi?id=258563
Summary
[WPE] Build error when casting GLNativeWindowType to EGLNativeWindowType for ...
Carlos Alberto Lopez Perez
Reported
2023-06-27 06:21:56 PDT
The new bot that cross-build WPE for target rpi4-32bits-mesa is failing with:
https://build.webkit.org/#/builders/893/builds/18/steps/9/logs/stdio
[12/3083] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp.o FAILED: Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp.o [...] In file included from /home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/WebKitBuild/WPE/Release_rpi4-32bits-mesa/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp:4: /home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp: In static member function ‘static void* WebCore::GLContext::createWindowSurfaceWPE(EGLDisplay, EGLConfig, GLNativeWindowType)’: /home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp:55:52: error: invalid cast from type ‘GLNativeWindowType’ {aka ‘long long unsigned int’} to type ‘EGLNativeWindowType’ {aka ‘long unsigned int’} 55 | return eglCreateWindowSurface(display, config, reinterpret_cast<EGLNativeWindowType>(window), nullptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Alberto Lopez Perez
Comment 1
2023-06-27 06:27:43 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15327
EWS
Comment 2
2023-06-27 08:38:04 PDT
Committed
265551@main
(56a67774797a): <
https://commits.webkit.org/265551@main
> Reviewed commits have been landed. Closing PR #15327 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug