I have been trying to compile the latest Nightly build of TWiLightMenu++, as it has TunaViDS integration (I'd like to watch movies on the go). I have installed devkitPro, downloaded the source code package and followed the instructions to compile it.
The error is as follows:
I have installed Python 3 to PATH (it isn't mentioned on the guide to compile TWiLightMenu++, so I find this rather strange...) and ran the command mentioned on the guide: "make package" inside the root of the source code directory.
EDIT: It now throws this error:
And if I remove the directory:
EDIT 2:
Nevermind, I managed to fix the error by renaming the source code directory from TWiLightMenu Nightly to TWiLightMenu.
I have been dealing with this issue yesterday and today, with no success at all.
I almost don't have any knowledge in compiling (this is the first time I use devkitPro).
Any help is appreciated.
Thanks in advance!
The error is as follows:
Code:
$ make package
make[1]: Entering directory '/f/cfw/dsi/twilightmenu nightly/booter'
which: no python3 in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no python2 in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no python in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
Makefile:17: *** "Python not found in PATH, please install it.". Stop.
make[1]: Leaving directory '/f/cfw/dsi/twilightmenu nightly/booter'
make: *** [Makefile:14: package] Error 2
EDIT: It now throws this error:
Code:
make[3]: *** /f/cfw/dsi/twilightmenu: Is a directory. Stop.
make[3]: Leaving directory '/f/cfw/dsi/twilightmenu nightly/booter/bootloader/build'
And if I remove the directory:
Code:
make[3]: /f/cfw/dsi/twilightmenu: No such file or directory
make[3]: *** No rule to make target '/f/cfw/dsi/twilightmenu'. Stop.
make[3]: Leaving directory '/f/cfw/dsi/twilightmenu nightly/booter/bootloader/build'
make[2]: *** [Makefile:87: build] Error 2
make[2]: Leaving directory '/f/cfw/dsi/twilightmenu nightly/booter/bootloader'
make[1]: *** [Makefile:194: bootloader] Error 2
make[1]: Leaving directory '/f/cfw/dsi/twilightmenu nightly/booter'
make: *** [Makefile:14: package] Error 2
EDIT 2:
Nevermind, I managed to fix the error by renaming the source code directory from TWiLightMenu Nightly to TWiLightMenu.
I almost don't have any knowledge in compiling (this is the first time I use devkitPro).
Any help is appreciated.
Thanks in advance!
Last edited by OM3GAZX,







