Building WebKit Sensibly | Haiku Project

WebKit builds can take a lot of space and time to build on Haiku.

To those working on WebKit, welcome! This blog post is primarily for those working on HaikuWebKit, Haiku's fork of WebKit, but it may also be useful for you.


This is a companion discussion topic for the original entry at https://www.haiku-os.org/blog/zardshard/2024-05-15_building_webkit_sensibly
10 Likes

FWIW, the Debugger issue you’re encountering there is that support for DWARF5 has not yet been fully implemented. More recent gcc has switched to that by default, so until that work is complete falling back to version 4 will be necessary.

4 Likes