[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] The SquirrelFish Cometh

2008-05-25 Thread Oliver Hunt
SquirrelFish merged into trunk on wednesday :D --Oliver ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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
Might be a stupid questuin but is safari installed? Sent via BlackBerry from T-Mobile -Original Message- From: Paul Pedriana [EMAIL PROTECTED] Date: Sun, 25 May 2008 04:55:19 To:Michelangelo De Simone [EMAIL PROTECTED] Cc:WebKit-Dev webkit-dev@lists.webkit.org Subject: Re: [webkit-dev]

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

2008-05-25 Thread jhaygood
Might be a stupid questuin but is safari installed? Sent via BlackBerry from T-Mobile -Original Message- From: Paul Pedriana [EMAIL PROTECTED] Date: Sun, 25 May 2008 04:55:19 To:Michelangelo De Simone [EMAIL PROTECTED] Cc:WebKit-Dev webkit-dev@lists.webkit.org Subject: Re: [webkit-dev]

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

2008-05-25 Thread Paul Pedriana
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 and don't know the code base. And my ultimate goal

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
run-safari runs webkit inside safari for testing. You can create your own testing app if you wish Sent via BlackBerry from T-Mobile -Original Message- From: Paul Pedriana [EMAIL PROTECTED] Date: Sun, 25 May 2008 11:10:03 To:[EMAIL PROTECTED] Cc:WebKit-Dev webkit-dev@lists.webkit.org

Re: [webkit-dev] DOMXPathEvaluator

2008-05-25 Thread Mark Rowe
On 25/05/2008, at 18:27, Igor Sales wrote: Hi everyone, I apologize in advance if this is not the right place. I have been searching the web for answers, but cannot find them. I have been trying to run an XPath query via DOMXPathEvaluator object in a cocoa App that uses WebKit. Per