e32def.h:2769: error: initializer element is not constant
You can probably work around that by adding
Code:
MACRO __REMOVE_PLATSEC_DIAGNOSTIC_STRINGS__
to the mmp-files. Or then, if you don't want to touch the mmp-files, you can edit e32def.h and simply comment out the assignment.
Code:
static const char* const KSuppressPlatSecDiagnostic; // = KSuppressPlatSecDiagnosticMagicValue;
Note that I originally used gcce for building Apache and there was a number of problems that needed to be worked around. Initially a gcce built Apache simply did not run. So, when you get php to build, you may be in for some debugging before it loads and runs.
Br,
Johan