Bug 3397 - Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
Summary: Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 16:17 PDT by Curt Arnold
Modified: 2005-07-03 07:40 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.