Every single time I try to run the makefile, it gets mad at me because of the pathing for python :(
I tried to just add a shortcut to the folder that should imitate the base 'python' target but nada.
Did some finagling to make it target the actual interpreter too (../../AppData/Local/Programs/Python/Python312 [noticed you used 3.11 but python better not be that stingy :( ]), same error messages occur.
Specifically what goes down every time is:
C:\Users\ME\GBAStranger\code>make -j8
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. (it repeats this thrice lol)
make: *** [/home/ME/GBAStranger/butano/butano/tools/common_setup.mak:74: all] Error 49
I'm not experienced with makefiles so would love your thoughts on all this! I also noticed that some of the called files are absent (like AllRooms) which means either they're local, or buried in the actual game proper.
Huge thanks for all you're doing, rly interested in the project! Loved the rabbithole that the cartridge notes sent me down haha!
Every single time I try to run the makefile, it gets mad at me because of the pathing for python :(
I tried to just add a shortcut to the folder that should imitate the base 'python' target but nada.
Did some finagling to make it target the actual interpreter too (
../../AppData/Local/Programs/Python/Python312[noticed you used 3.11 but python better not be that stingy :( ]), same error messages occur.Specifically what goes down every time is:
C:\Users\ME\GBAStranger\code>make -j8Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.(it repeats this thrice lol)make: *** [/home/ME/GBAStranger/butano/butano/tools/common_setup.mak:74: all] Error 49I'm not experienced with makefiles so would love your thoughts on all this! I also noticed that some of the called files are absent (like AllRooms) which means either they're local, or buried in the actual game proper.
Huge thanks for all you're doing, rly interested in the project! Loved the rabbithole that the cartridge notes sent me down haha!