I got this issue when building src/game/memory.c:810:10: fatal error: coreinit/cache.h: No such file or directory
Opened this issue · 1 comments
this is the full error I know it's my fault but I don't really know what to do I would love to get some help.
src/game/memory.c:810:10: fatal error: coreinit/cache.h: No such file or directory
810 | #include <coreinit/cache.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:915: build/us_wiiu/src/game/memory.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/game/obj_behaviors.c:825:
src/game/behaviors/bowling_ball.inc.c: In function 'bhv_free_bowling_ball_roll_loop':
src/game/behaviors/bowling_ball.inc.c:269:5: warning: 'and' of mutually exclusive equal-tests is always 0
269 | if ((collisionFlags & OBJ_COL_FLAG_GROUNDED) && !(collisionFlags & OBJ_COL_FLAGS_LANDED))
| ^~
You need to install wut.