Your compiler ran out of memory while compiling this file. There are already some other posts in the forum around regarding this file. I think the best solution was to disable optimizations for that file.
Here's a link to my post with a patch for "Makefile.am": http://forums.codeblocks.org/index.php/topic,8688.msg63715.html#msg63715
Thanks. Just a second ago, I found your post (used wrong search strings or overlooked the hit)
will apply the patch and recompile it.
I just added a patch to trunk that turns off optimization for headerfixip-plugin if "build-host" is "x86_64" (r5147).
EDIT:
Reverted conditional part: on 32bit systems there are also problems with optimization of "defaults.cpp", not as much memory needed as on 64bit, but way to much for most build-systems.
Sorry for the inconvenience.
It looks like I found a much better solution than to manually autobuild-system for one target:
I overworked "defaults.cpp" so that all names and headers are in a StringArray and get applied in a loop.
It was just a little bit of search and replace and put some variables and loops to it.
It might make sense to put the loops in an own function, to avoid to have the same code multiple times.
But it's a little late now and I will have a hard week at work and therefore I had to go to bed now.
So I just attach the 7zipped "defaults.cpp".
@Martin: please have a look at it, if you find the time.
Btw. compile time with optimization is about 1-2 seconds on my system.
[attachment deleted by admin]