On Mon, Dec 1, 2008 at 3:54 PM, Martin Robinson <[EMAIL PROTECTED]> wrote: > > I'm attempting to build Gears on Ubuntu 8.10 and I'm running a few > issues with missing includes (mostly string.h and limit.h). I'm fixing > these as I go along, so I'm curious if the Gears team would find this > patch worthwhile.
Yup, definitely send them. > I'm also interested in building a Linux version of Gears which uses > NPAPI. I notice that some of the code for this is currently > unimplemented. Does anyone have word on what the status of Gears Linux/ > NPAPI is? The only supported linux browser is Firefox. On Firefox, we use a combination of XPCOM and direct access to spidermonkey. I think it is possible to use NPAPI instead, but it would be a big project. - a
