Odamex Wii can't be built on latest DevKitPRO
Using the latest Devkitpro version on Windows, we cannot compile Odamex Wii. It says this: common\doomtype.h:35:11: fatal error: gctypes.h: No such file or directory #include <gctypes.h> ^~~ compilation terminated. make[1]: [/opt/devkitpro/devkitPPC/base_rules:13: common/dobject.o] Error 1 make: [Makefile:110: build] Error 2
This Pull request fixes the issue reported and is updated with the latest Devkitpro builds. https://github.com/odamex/odamex/pull/67