Re: [webkit-dev] Windows mobile build

2010-04-02 Thread David Levin
Just in case it is helpful, there is a place where you can ask any gyp questions: gyp-develo...@googlegroups.com On Fri, Apr 2, 2010 at 11:48 AM, Jason Rukman wrote: > I haven't looked at any other build solutions as the vcproj files have been > working for us at the moment. I would think lever

Re: [webkit-dev] Directly Destroy webview widget

2010-04-02 Thread Darin Adler
See for information about mailing lists. This mailing list, webkit-dev, is for discussion of the development of WebKit. For questions like yours about the use of WebKit, webkit-help is the appropriate list. And there’s also a list called webkit-gtk that might be

[webkit-dev] Directly Destroy webview widget

2010-04-02 Thread gkp_vij
Hello All, I am using the ubuntu karmic version of webkit which is 1.1.15.2-1. I create a webview widget and place it in a fixed layout container in GTK. Now when I destroy or remove the widget from the layout there is segmentation fault. I browsed the forums and found that a bug (ID : 25042) ha

[webkit-dev] Gtk debug bots (32 / 64 bit) are out of space

2010-04-02 Thread tonikitoo (Antonio Gomes)
clean up needed! http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Debug/builds/4614/steps/compile-webkit/logs/stdio (...) DerivedSources/JSSVGZoomEvent.lo DerivedSources/JSWebSocket.lo /bin/mkdir -p ./.deps/DerivedSources ranlib: .libs/libWebCoreJS.a: No space left on device make[1]: *** [

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
I haven't looked at any other build solutions as the vcproj files have been working for us at the moment. I would think leveraging an existing build configuration would be best though. From: le...@google.com [mailto:le...@google.com] On Behalf Of David Levin Sent: Friday, April 02, 2010 11:43 A

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread David Levin
KwangYul, have you considered using gyp (and the files already there) rather than add another generating solution? Jason, have you considered using gyp to generate your solution? Disclaimer: I have no stake in gyp nor do I think it is necessarily better than anything else, but I do care about not

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
That's great news... How far away are you from getting this build toolchain working? I want to upstream the API once I work out how we can integrate our changes; which I think means that first we need a build environment that can build our changes. We are still working on the LayoutTests right

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread KwangYul Seo
Hi, Jason. I don't think it is a good idea to add separate solution and vcproj files for Windows Mobile. Windows Mobile is just a small part of Windows CE. Windows CE covers multiple CPU architectures (ARM, MIPS, ..) and platforms with varying features. I hope the build system covers multiple con

[webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
Right now we have a windows mobile 6.x build for webkit. I'd like to start merging this into the tree but wanted to get some consensus on an approach. We have created our own solution and vcproj files that pretty much follow the current solution/vcproj files for the windows cairo build configu