benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

building gears with gcc 4.3.2 #898

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I found a few places where missing header files caused build errors. 
Adding a few extra

#include <stdlib.h>

and mostly

#include <string.h>

and one

#include <limits.h>

And I have a working build on linux...

I also had to run:
 chmod a+x ../third_party/gecko_1.9/linux/gecko_sdk/bin/*

And when building an optimized version for Firefox 2.x I had to fix some
type punned issues.

Original issue reported on code.google.com by todd.fis...@gmail.com on 29 Jun 2009 at 11:08

Attachments: