Re: [webkit-dev] safari crashes on winXP

2007-10-23 Thread Paul Lewis
I believe the trunk builds of Apples Windows WebKit port are not compatible with the currently released Safari beta on Windows. I think WebKit revision r26759 from 19th October as listed on the Nightly build page is the latest compatible version. http://nightly.webkit.org/ Regards, Paul Ami

[webkit-dev] safari crashes on winXP

2007-10-23 Thread Amit Joshi
I have been trying to get my dev environment set up for webkit,, for quite a while actually. I have been able to build webkit.dll successfully using Visual C++ express edition on my winXP box. But when I try to run safari using /frameworkPath option, it crashes during the launch. When I grab the

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread Fuenty, Chris
周毅书 wrote: > Thanks in advice. > I found the option "Attach to Process" in menu Debug and Tools, can > you tell me in detail about how to debug using "Attach to Process" > option? Because I built webkit in cygwin, so i think if i want to > debug in VS2005, i should configure something in VS2005, bu

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread 周毅书
Thanks in advice. I found the option "Attach to Process" in menu Debug and Tools, can you tell me in detail about how to debug using "Attach to Process" option? Because I built webkit in cygwin, so i think if i want to debug in VS2005, i should configure something in VS2005, but i don't know how to

[webkit-dev] Getting started on building WebKit under Qt for Linux

2007-10-23 Thread Charles Woloszynski
I did some more looking, and I found http://trac.webkit.org/projects/ webkit/wiki/BuildingQtOnLinux to help get me started. So, I downloaded gperf and installed it (configure; make; sudo make install) Then I installed the unix extras (cd WebKitTools/Scripts; sudo ./ install-unix-extras) T

[webkit-dev] Building WebKit over Qt on a Linux platform

2007-10-23 Thread Charles Woloszynski
I am trying to build WebKit over Qt on a Linux platform.I have looked at the source tree, but I did not find any Makefiles that look maintained for Unix development. I am willing to create these, but I need some sense of the organization of the project. I cannot use Objective-C (I'd l

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread Matt Lilek
On 10/23/07, 周毅书 <[EMAIL PROTECTED]> wrote: > > Hi, guys, > I built webkit successfully on windows platform, but i didn't create > Safari.exe file, so installed Safari on my pc, and copy Safari.exe to > WebKitBuild/bin, and then executed run-safari command, it's ok. i want to > ask it's right or no

[webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread 周毅书
Hi, guys, I built webkit successfully on windows platform, but i didn't create Safari.exe file, so installed Safari on my pc, and copy Safari.exe to WebKitBuild/bin, and then executed run-safari command, it's ok. i want to ask it's right or not? In addition,my question is how to debug webkit source

[webkit-dev] debugging/tracing Webkit.dll

2007-10-23 Thread Lionel Jive
Guys, is it possible to trace debug webkit dll while running Safari ? I would like to put a breakpoint in the code, run webkit.dll with safari, stop execution on the breakpoint and then trace the code. is it possible ? does anybody know how to do it. Thanks, Lionel _