Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got this issue when building src/game/memory.c:810:10: fatal error: coreinit/cache.h: No such file or directory #27

Open
jammygee opened this issue Jul 10, 2022 · 1 comment

Comments

@jammygee
Copy link

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))
| ^~

@aboood40091
Copy link
Owner

You need to install wut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants