Sdlwii vs. devkitPPC defines
Posted: Thu May 28, 2009 5:57 pm
Could someone tell me why the following is happening?
Trying to compile with standard gcc (yes, I know what I'm doing) I get
and a few thousand other type conflicts. Why is SDL using other defines than devkitppc?
I assume that at least one uses compiler types vs hardcoded types.
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.