| Summary: | [GLIB] Ubuntu 18.04 build error after 252977@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bugs-noreply, mgorse |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Diego Pino
2022-08-04 04:31:40 PDT
I am also seeing this on openSUSE Leap 15.4, but it builds successfully on openSUSE Tumbleweed. There's a way of working around this error by building using 'USE_SYSTEM_MALLLOC=ON' For example: ``` $ Tools/Script/build-webkit --gtk --release --cmakeargs=-DUSE_SYSTEM_MALLOC=ON ``` |