Bug 243868
Summary: | [WPE] Cannot build with USE_SYSTEM_MALLOC enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Diego Pino <dpino> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=243978 |
Diego Pino
Command:
```
$ ./Tools/Script/build-webkit --release --wpe --cmakeargs=-DUSE_SYSTEM_MALLOC=ON
```
Error:
```
CMake Error at Source/cmake/WebKitMacros.cmake:129 (add_executable):
Target "TestJSC" links to target "WebKit::bmalloc" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
Tools/TestWebKitAPI/PlatformWPE.cmake:126 (WEBKIT_EXECUTABLE_DECLARE)
Source/cmake/WebKitMacros.cmake:71 (include)
Tools/TestWebKitAPI/CMakeLists.txt:406 (WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS)
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/3257
EWS
Committed 253375@main (2999a68ccc3b): <https://commits.webkit.org/253375@main>
Reviewed commits have been landed. Closing PR #3257 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/98559834>