Bug 74236

Summary: [Qt] build failures due to undefined references.
Product: WebKit Reporter: Alexander Færøy <ahf>
Component: WebKit QtAssignee: Alexander Færøy <ahf>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alexander Færøy 2011-12-10 04:54:32 PST
Undefined symbols for architecture x86_64:
  "WebKit::WebContextConnectionClient::didCreateConnection(WebKit::WebContext*, WebKit::WebConnection*)", referenced from:
      WebKit::WebContext::processDidFinishLaunching(WebKit::WebProcessProxy*)   in libwebkit2.a(WebContext.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status

Patch coming up.
Comment 1 Alexander Færøy 2011-12-10 04:56:44 PST
Created attachment 118689 [details]
Patch
Comment 2 Andreas Kling 2011-12-10 05:04:13 PST
Comment on attachment 118689 [details]
Patch

rs=me
Comment 3 Alexander Færøy 2011-12-10 05:58:05 PST
Comment on attachment 118689 [details]
Patch

Alexis was faster than the CQ!
Comment 4 Alexander Færøy 2011-12-10 05:58:26 PST
Fixed.