I have been experiencing this failure for the past week or so...
Compiling file GSArray.m ...
Compiling file GSAttributedString.m ...
Compiling file GSBlocks.m ...
Compiling file GSConcreteValue.m ...
Compiling file GSCountedSet.m ...
Compiling file GSDictionary.m ...
Compiling file GSFTPURLHandle.m ...
Compiling file GSFormat.m ...
GSFormat.m:99:18: error: conflicting types for 'wint_t'
c:\gnustep\bin\../lib/gcc/mingw32/4.6.1/include/stddef.h:353:23: note: previous declaration of 'wint
_t' was here
GSFormat.m: In function '_i18n_number_rewrite':
GSFormat.m:313:3: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaratio
n]
GSFormat.m:313:21: warning: incompatible implicit declaration of built-in function 'alloca' [enabled
by default]
GSFormat.m: In function 'GSPrivateFormat':
GSFormat.m:919:9: warning: incompatible implicit declaration of built-in function 'alloca' [enabled
by default]
GSFormat.m: In function 'group_number':
GSFormat.m:2023:21: warning: incompatible implicit declaration of built-in function 'alloca' [enable
d by default]
make[4]: *** [obj/libgnustep-base.obj/GSFormat.m.o] Error 1
make[3]: *** [internal-library-all_] Error 2
make[2]: *** [libgnustep-base.all.library.variables] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
I am using the build script in tools-scripts/windows-build to do the compilation. This is on windows 8.1 using our standard installer and trying to rebuild everything from scratch.
I have also tried deleting my installation and re-installing clean. This doesn't help either. I am completely stumped as to why this is happening. Does anyone have any clue as to why this is not working on the trunk?
Thanks, GC