[Webkit-unassigned] [Bug 254506] [WPE] [2.40.0] Fails to build in mipsel: invalid use of incomplete type 'class JSC::GenericTypedArrayView<JSC::Float32Adaptor>'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 5 04:10:24 PDT 2023


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com
           Assignee|webkit-unassigned at lists.web |aperez at igalia.com
                   |kit.org                     |
             Status|NEW                         |ASSIGNED

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
I have managed to reproduce this build issue on x86_64 as well, using
CMake directly instead of build-webkit, like this:

 % CC=gcc CXX=g++ LDFLAGS=-fuse-ld=bfd \
   cmake -S. -Bbuild -DPORT=WPE \
     -DCMAKE_C_FLAGS_RELEASE='' \
     -DCMAKE_C_FLAGS_DEBUG='' \
     -DCMAKE_CXX_FLAGS_DEBUG='' \
     -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
     -DENABLE_WPE_QT_API=OFF \
     -DENABLE_MINIBROWSER=ON \
     -DUSE_SOUP2=OFF \
     -DDEBUG_FISSION=OFF \
     -DENABLE_WEBGL=OFF \
     -DENABLE_UNIFIED_BUILDS=OFF \
     -DENABLE_DOCUMENTATION=OFF \
     -DENABLE_INTROSPECTION=OFF \
     -DCMAKE_BUILD_TYPE=Release \
     -DENABLE_BUBBLEWRAP_SANDBOX=ON \
     -GNinja
 % ninja -Cbuild

The error looks similar to another I fixed in one of my non-unified build
patches some weeks back. I'll try to solve this one as well.

-- 
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/20230405/1a553c04/attachment.htm>


More information about the webkit-unassigned mailing list