Closed GrundHouse closed 6 months ago
Should have added this above: In macos I tried editing the makefile to remove 8 | #include "gfx_keyboard.h" That was not smart as it caused other fatal errors. If anyone asks I will attempt to replicate the errors next time I'm in macos but in either OS it seems like the issue is gfx_keyboard.h is missing from the arm9 folder. Is this file available separately?
Using DevKitProPacman in either macos (and getting pacman installed on macos is a whole thing that is not accurately described in the wiki but that's an issue for devkit) or Windows 10 to Makefile.nds results in the following fatal error: C:/Users/Wouldn'tYouLikeToKnow/Documents/GitHub/uxnds/arm9/source/nds_keyboard.c:8:10: fatal error: gfx_keyboard.h: No such file or directory 8 | #include "gfx_keyboard.h" | ^
~~~compilation terminated. make[2]: [/opt/devkitpro/devkitARM/base_rules:39: nds_keyboard.o] Error 1 make[1]: [Makefile:124: build] Error 2 make[1]: Leaving directory '/home/Wouldn'tYouLikeToKnow/Documents/GitHub/uxnds/arm9' make: *** [Makefile.nds:35: checkarm9] Error 2Make will not complete.