Bug 263023
| Summary: | Build issue on ToT (using Xcode 15, macOS 14) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | gsnedders |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Hi Team,
Based on Slack 1-1, I am getting following error while using 'build-webkit --release' using Xcode 15 on macOS 14.
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/DerivedSources/TestWebKitAPI/unified-sources/UnifiedSource22-mm.mm:3:
/Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:47:1: error:
unused function 'nw_proxy_config_create_http_connectPtr'
[-Werror,-Wunused-function]
SOFT_LINK_OPTIONAL(libnetwork, nw_proxy_config_create_http_connect, nw_proxy_...
^
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/DerivedSources/TestWebKitAPI/unified-sources/UnifiedSource22-mm.mm:3:
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:40:
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/usr/local/include/wtf/SoftLinking.h:28:
/Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/usr/local/include/wtf/cocoa/SoftLinking.h:194:34: note:
expanded from macro 'SOFT_LINK_OPTIONAL'
static functionName##PtrType functionName##Ptr() \
^
<scratch space>:8:1: note: expanded from here
nw_proxy_config_create_http_connectPtr
^
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/DerivedSources/TestWebKitAPI/unified-sources/UnifiedSource22-mm.mm:3:
/Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:48:1: error:
unused function 'nw_proxy_config_create_socksv5Ptr' [-Werror,-Wunused-function]
SOFT_LINK_OPTIONAL(libnetwork, nw_proxy_config_create_socksv5, nw_proxy_confi...
^
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/DerivedSources/TestWebKitAPI/unified-sources/UnifiedSource22-mm.mm:3:
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:40:
In file included from /Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/usr/local/include/wtf/SoftLinking.h:28:
/Users/ahmadsaleem/Documents/GitHub-Webkit-origin/Webkit/WebKitBuild/Release/usr/local/include/wtf/cocoa/SoftLinking.h:194:34: note:
expanded from macro 'SOFT_LINK_OPTIONAL'
static functionName##PtrType functionName##Ptr() \
^
<scratch space>:15:1: note: expanded from here
nw_proxy_config_create_socksv5Ptr
^
2 errors generated.
____
Just raising based on suggestion from Sam.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
*** This bug has been marked as a duplicate of bug 263020 ***