Hi Dan, You're right. However, I noticed there're 3 parallel build process, which caused the CPU spend a lot of time on intensive swapping. I turned off the parallel build by pass '--makeargs=-j1', then 3 hours later my build succeeded.
Thanks, Joe -----Original Message----- From: Dan Winship [mailto:[email protected]] Sent: 2011年12月1日 PM 06:26 To: Joe Yu Cc: [email protected] Subject: Re: [webkit-gtk] "Toos/Scripts/build-webkit --gtk --debug" is very much memory-consuming On 11/30/2011 09:12 AM, Joe Yu wrote: > Hi, > > I’m a newbie for WebKit. I ‘git clone’-ed the master branch from > git.webkit.org/WebKit.git and tried to build it for Gtk+. My build command > was simply: > > "Tools/Scripts/build-webkit --gtk --debug". > > But I found it was always stuck at the following step: > > /bin/mkdir libwebkitgtk-3.0.la > CXXLD libwebkitgtk-3.0.la It's not actually stuck, it's just taking a very long time. It will be faster/less-memory-hogging if you don't pass --debug. Or buy more RAM. It's pretty cheap right now... -- Dan -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
