Bug 3397

Summary: Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
Product: WebKit Reporter: Curt Arnold <curt.arnold>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   

Description Curt Arnold 2005-06-09 16:17:15 PDT
With Xcode 2.1 (2.0 not tested), 

run-webkit-tests results in:

/usr/bin/ld: Undefined symbols:
.objc_class_name_NSAutoreleasePool
.objc_class_name_NSConstantString
.objc_class_name_NSDate
.objc_class_name_NSObject
.objc_class_name_NSRunLoop
.objc_class_name_NSURLRequest
_CFStringCreateWithCString
_CFURLCreateWithFileSystemPath
_NSDefaultRunLoopMode
__NSConstantStringClassReference
collect2: ld returned 1 exit status
Comment 1 Darin Adler 2005-06-09 16:27:53 PDT
Looks like the project file had Foundation.framework in there as a "folder", not as a "framework". Got a fix.
Comment 2 Darin Adler 2005-06-09 16:33:30 PDT
Landed the fix.
Comment 3 Chris Petersen 2005-06-18 23:07:42 PDT
Reporter, please mark this bug as Verified if this issue has been fixed in the latest TOT Webkit.
Comment 4 Joost de Valk (AlthA) 2005-07-03 07:40:05 PDT
i'll assume it fixed (tested it and it works for me, but reporter didn't confirm.) Verifying.