[webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-10-31 Thread Bn, Sharath
Dear All, I get the following error after I give make command, Can anybody help me to fix this problem make[1]: *** [libWebCore.la] Error 255 make[1]: Leaving directory `/usr/webkit/src/WebKit-r37990' make: *** [all] Error 2 Sharath The information contained in this message may be confidential

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-10-31 Thread David Kilzer
On Fri, 10/31/08, Bn, Sharath [EMAIL PROTECTED] wrote: I get the following error after I give make command, Can anybody help me to fix this problem make[1]: *** [libWebCore.la] Error 255 make[1]: Leaving directory `/usr/webkit/src/WebKit-r37990' make: *** [all] Error 2 The interesting

Re: [webkit-dev] Moving forward with WebKit/GTK+

2008-10-31 Thread Pierre-Luc Beaudoin
On Tue, 2008-10-28 at 17:04 -0200, Gustavo Noronha Silva wrote: From looking at history and by hanging around since around April, I believe Christian Dywan, is a very good candidate. I totally agree with Gustavo: these patches have rotted in Bugzilla for a long time. Frankly, WebKitGtk is

[webkit-dev] Geolocation questions

2008-10-31 Thread Holger Freyther
Hey, I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. I have some comments and questions: 1.) Could we remove GeolocationService::create from GeolocationService.cpp? Any platform that intends to implement this can have this factory in their

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread Pierre-Luc Beaudoin
Le vendredi 31 octobre 2008 à 21:22 +0100, Holger Freyther a écrit : I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. In regard to geolocalisation, Geoclue seems to be a better choice: it can try many methods to determine your position like Host IP, GSM

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread David Kilzer
On Fri, 10/31/08, Holger Freyther [EMAIL PROTECTED] wrote: Hey, I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. I have some comments and questions: 1.) Could we remove GeolocationService::create from GeolocationService.cpp? Any platform that

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread Maciej Stachowiak
On Oct 31, 2008, at 1:22 PM, Holger Freyther wrote: Hey, I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. I have some comments and questions: 1.) Could we remove GeolocationService::create from GeolocationService.cpp? Any platform that intends to

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread Holger Freyther
On Friday 31 October 2008 23:41:46 you wrote: In regard to geolocalisation, Geoclue seems to be a better choice: it can try many methods to determine your position like Host IP, GSM networks and not only GPS like Gypsy. Have a look! http://www.freedesktop.org/wiki/Software/GeoClue Good