Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 898 by todd.fisher: building gears with gcc 4.3.2
http://code.google.com/p/gears/issues/detail?id=898

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.

Attachments:
        gcc-linux-fixes.patch  7.2 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to