You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to compile the game for the wii this error pops up: source /etc/profile.d/devkit-env.sh make thread.c /home/kamion008/Downloads/cavEX/CavEX/source/platform/thread.c: In function 'thread_msleep': /home/kamion008/Downloads/cavEX/CavEX/source/platform/thread.c:129:9: error: implicit declaration of function 'usleep' [-Wimplicit-function-declaration] 129 | usleep(ms * 1000); | ^~~~~~ make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:21: thread.o] Error 1 make: *** [Makefile:112: build] Error 2
The text was updated successfully, but these errors were encountered:
When I tried to compile the game for the wii this error pops up:
source /etc/profile.d/devkit-env.sh make thread.c /home/kamion008/Downloads/cavEX/CavEX/source/platform/thread.c: In function 'thread_msleep': /home/kamion008/Downloads/cavEX/CavEX/source/platform/thread.c:129:9: error: implicit declaration of function 'usleep' [-Wimplicit-function-declaration] 129 | usleep(ms * 1000); | ^~~~~~ make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:21: thread.o] Error 1 make: *** [Makefile:112: build] Error 2
The text was updated successfully, but these errors were encountered: