Skip to content

First-time makefile user :) #1

@daythanvs02

Description

@daythanvs02

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions