[webkit-dev] contentWidth of a table row & rendering data
Stephen Deken
stephen.deken at gmail.com
Wed Jan 17 16:10:30 PST 2007
> The email you reference was written prior to WebKit being
> open-sourced.
Ah, of course.
> How are you specifying which framework to link against?
I'm specifying my WebKitBuild/Release directory in my Framework
Search Paths, and I'm copying the frameworks into my app bundle's
Frameworks directory. I'm also specifying @executable_path/../
Frameworks so that the frameworks can be found at runtime.
otool -L reports that I'm getting my handbuilt copies of WebCore,
JavaScriptGlue, and JavaScriptCore -- only WebKit is pointing to the /
System version.
That suggests to me that it's a precedence issue, but moving my
WebKitBuild/Release path before the 10.4u.sdk path results in a build
error (unable to find class names for WebHTMLView, WebView, etc). So
I'm sort of at a loss as to what the problem is. Probably the same
SDK issues you referred to.
--
Stephen Deken
stephen.deken at gmail.com
More information about the webkit-dev
mailing list