Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread ying lcs
On Sun, Dec 14, 2008 at 6:28 AM, Holger Freyther wrote: > On Sunday 14 December 2008 12:29:13 ying lcs wrote: >> Zoltan, >> >> Thank you for your help. Yes, GtkLauncher does start (loads www.google.com) > > Welcome to libtool. The executable is within the .libs/ directory... > > ./libtool --mode=e

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread Holger Freyther
On Sunday 14 December 2008 12:29:13 ying lcs wrote: > Zoltan, > > Thank you for your help. Yes, GtkLauncher does start (loads www.google.com) Welcome to libtool. The executable is within the .libs/ directory... ./libtool --mode=execute gdb ./Programs/GtkLauncher from within the build directory w

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread ying lcs
Zoltan, Thank you for your help. Yes, GtkLauncher does start (loads www.google.com) Here is the result of the commands: /media/olddata/WebKit/WebKitBuild/Debug/Programs> file /media/olddata/WebKit/WebKitBuild/Debug/Programs/GtkLauncher /media/olddata/WebKit/WebKitBuild/Debug/Programs/GtkLauncher:

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread Zoltan Horvath
Was the GtkLauncher starting when you just start it without gdb? Please copy the output of the "file /media/olddata/WebKit/WebKitBuild/Debug/Programs/GtkLauncher" command. Zoltan ying lcs wrote at: 2008. 12. 14. 06.05.: > Zoltan, > > Thank you for your help. I did try what you said . > > The

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread Zoltan Horvath
If you compile with --debug, usually you need minimum 1.5GB free place (in the drive where your WebKit directory is located). First, I should you to compile a release. (as I know just --gtk is enough) Zoltan ying lcs wrote at: 2008. 12. 13. 22.54.: > Thank you Zoltan. > > But what i don't get

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread ying lcs
Thank you Zoltan. But what i don't get is , the compilation fails with 'No space left on device'. I have cleared more and more disk space, but it always fails. And i have checked that I do have ~ 700 MB in the drive where my WebKit source is located. And I also have ~ 600 MB in my home directory

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread Zoltan Horvath
Yes, the GtkLauncher binary should be inside the WebKit/WebKitBuild/... directory. You should follow the instructions: http://trac.webkit.org/wiki/BuildingGtk If you've all dependencies installed, you can easy compile in debug mode with: WebKitTools/Scripts/build-webkit --gtk --debug Zoltan y

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread ying lcs
On Sat, Dec 13, 2008 at 2:13 PM, ying lcs wrote: > On Sat, Dec 13, 2008 at 2:10 PM, ying lcs wrote: >> On Sat, Dec 13, 2008 at 2:06 PM, ying lcs wrote: >>> Hi, >>> >>> I am running the Gtk port of webkit under linux. I run my problem like >>> this : "./Program/GtkLauncher" >>> Can you please tel

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread ying lcs
On Sat, Dec 13, 2008 at 2:10 PM, ying lcs wrote: > On Sat, Dec 13, 2008 at 2:06 PM, ying lcs wrote: >> Hi, >> >> I am running the Gtk port of webkit under linux. I run my problem like >> this : "./Program/GtkLauncher" >> Can you please tell me How to run GtkLauncher in a debugger (gdb)? >> >> Tha

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread ying lcs
On Sat, Dec 13, 2008 at 2:06 PM, ying lcs wrote: > Hi, > > I am running the Gtk port of webkit under linux. I run my problem like > this : "./Program/GtkLauncher" > Can you please tell me How to run GtkLauncher in a debugger (gdb)? > > Thank you. > I get this when i run "gdb ./Program/GtkLauncher

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread Zoltan Horvath
Hi, gdb ./Program/GtkLauncher after this you can run with: run (enter :-) ) Zoltan ying lcs wrote at: 2008. 12. 13. 21.06.: > Hi, > > I am running the Gtk port of webkit under linux. I run my problem like > this : "./Program/GtkLauncher" > Can you please tell me How to run GtkLauncher in a de

[webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread ying lcs
Hi, I am running the Gtk port of webkit under linux. I run my problem like this : "./Program/GtkLauncher" Can you please tell me How to run GtkLauncher in a debugger (gdb)? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.