[physfs] [FIX] Compilation errors under MinGW 3.4.4 and win2000

Dennis Schridde devurandom at gmx.net
Thu Jul 12 06:08:29 EDT 2007


Am Donnerstag, 12. Juli 2007 11:02:01 schrieb Ryan C. Gordon:
> >> +#ifndef alloca
> >> +#define alloca(x) __builtin_alloca(x)
> >> +#endif
> >
> > Wow, mingw still doesn't have this #defined in their headers at all?
>
> Apparently it's in alloca.h ... I think this is fixed in Subversion, but
> I don't have mingw to test it.
MinGW doesn't have alloca.h afaik. (That's what I bothered with last night for 
a crosscompile build, till I found out that I included my system's SDL.h 
instead of my MinGW root's.)



More information about the physfs mailing list