Trying to compile with standard gcc (yes, I know what I'm doing) I get
Code: Select all
<mydir>/devkitpro/libogc/include/SDL/SDL_config_wii.h:39: error: conflicting types for ‘size_t’
<mydir>/devkitpro/devkitPPC/lib/gcc/powerpc-gekko/4.2.4/include/stddef.h:214: error: previous declaration of ‘size_t’ was here
I assume that at least one uses compiler types vs hardcoded types.