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 |
Curt Arnold
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Looks like the project file had Foundation.framework in there as a "folder", not as a "framework". Got a fix.
Darin Adler
Landed the fix.
Chris Petersen
Reporter, please mark this bug as Verified if this issue has been fixed in the latest TOT Webkit.
Joost de Valk (AlthA)
i'll assume it fixed (tested it and it works for me, but reporter didn't confirm.) Verifying.