Serious problems with latest build.....
Downloaded the build for today, Aug. 29. (I am brand new to gui programming). I was trying to access /System/Library/WebKit and got a text file alias leading to my text editor which displayed garbled text. Where does the WebKit Framework now reside? Please advise, Kathryn
Kathryn, It's not clear from my email what you're attempting to do. WebKit nightly builds, available from <http://nightly.webkit.org/> come packaged as a disk image containing two applications -- WebKit.app and Drosera.app. Launching WebKit.app will run Safari against the latest WebKit frameworks. This in no way affects the system version of WebKit that Apple provides, which lives at /System/Library/Frameworks/ WebKit.framework. If you're interested in using the nightly build's WebKit frameworks for development, you can find them inside WebKit.app/ Contents/Resources/. Kind regards, Mark Rowe On 30/08/2007, at 15:58, Kathryn Tate wrote:
Downloaded the build for today, Aug. 29. (I am brand new to gui programming).
I was trying to access /System/Library/WebKit and got a text file alias leading to my text editor which displayed garbled text.
Where does the WebKit Framework now reside?
Please advise, Kathryn _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
If you're interested in using the nightly build's WebKit frameworks for development, you can find them inside WebKit.app/Contents/ Resources/. You can run your app with those frameworks by setting the DYLD_FRAMEWORK_PATH environment variable to the full path for WebKit.app/Contents/Resources/
We strongly recommend that you do _not_ overwrite the system webkit frameworks --Oliver
participants (3)
-
Kathryn Tate
-
Mark Rowe
-
Oliver Hunt