[webkit-dev] Safari won't run for me.

2008-05-25 Thread Paul Pedriana
I followed the instructions at http://webkit.org on how to sync, build and run WebKit. However, the last step (run-safari) fails due to inability to find the CLSID for WebKit.WebView. It appears that some kind of COM object installation needs to be done in order for this to succeed. But I can

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread Paul Pedriana
Thanks, but that fails the same way. Perhaps I'm missing something, but I don't see how --debug in the scripts solves the problem of a non-registered CLSID. $ /cygdrive/d/WebKit/WebKitTools/Scripts/run-safari --debug 1 file(s) copied. WARNING: Failed to get CLSID for WebKit.WebView

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread Michelangelo De Simone
Il giorno 25/mag/08, alle ore 08:54, Paul Pedriana ha scritto: /cygdrive/d/WebKit/WebKitTools/Scripts/run-safari You compiled WebKit with the --debug flag; this has generated for you a slightly different directory layout for builds. In order to let Safari use those builds instead of the

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread jhaygood
] Safari won't run for me. Thanks, but that fails the same way. Perhaps I'm missing something, but I don't see how --debug in the scripts solves the problem of a non-registered CLSID. $ /cygdrive/d/WebKit/WebKitTools/Scripts/run-safari --debug 1 file(s) copied. WARNING: Failed to get

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread jhaygood
] Safari won't run for me. Thanks, but that fails the same way. Perhaps I'm missing something, but I don't see how --debug in the scripts solves the problem of a non-registered CLSID. $ /cygdrive/d/WebKit/WebKitTools/Scripts/run-safari --debug 1 file(s) copied. WARNING: Failed to get

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread Paul Pedriana
PROTECTED] Cc:WebKit-Dev webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Safari won't run for me. Thanks, but that fails the same way. Perhaps I'm missing something, but I don't see how --debug in the scripts solves the problem of a non-registered CLSID. $ /cygdrive/d/WebKit/WebKitTools

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread Darin Adler
On May 25, 2008, at 11:10 AM, Paul Pedriana wrote: Safari is not installed. Is that I requirement? Yes, Safari has to be installed if you want to run Safari. As described on http://webkit.org/building/run.html. The answer to your question is right there in the subject of your email message!

Re: [webkit-dev] Safari won't run for me.

2008-05-25 Thread jhaygood
Subject: Re: [webkit-dev] Safari won't run for me. Safari is not installed. Is that I requirement? I didn't see it stated as such anywhere. Is there any description I can find of the relationship between an installed Safari and WebKit? Sorry if I'm ignorant about this, but I'm new to WebKit