mattgodbolt / Miracle

JavaScript Sega Master System Emulator
http://xania.org/miracle/miracle.html
GNU General Public License v3.0
117 stars 30 forks source link

hi there need some help #11

Open ukdomainers opened 3 years ago

ukdomainers commented 3 years ago

hi trying to do this for my site i go to make and get make make -C z80 make[1]: Entering directory '/home/oldgames/public_html/z80' python disass.py opcodes_ddfd.dat > z80_ddfd_dis.jscpp /bin/sh: python: command not found make[1]: [Makefile:49: z80_ddfd_dis.jscpp] Error 127 make[1]: Leaving directory '/home/oldgames/public_html/z80' make: [Makefile:32: z80] Error 2

am running centos stream

[oldgames@host public_html]$ [oldgames@host public_html]$ ls -l /usr/bin/python* lrwxrwxrwx. 1 root root 25 Aug 10 12:41 /usr/bin/python3 -> /etc/alternatives/python3 lrwxrwxrwx. 1 root root 31 May 20 19:33 /usr/bin/python3.6 -> /usr/libexec/platform-python3.6 lrwxrwxrwx. 1 root root 17 May 20 19:33 /usr/bin/python3.6-config -> python3.6m-config lrwxrwxrwx. 1 root root 32 May 20 19:33 /usr/bin/python3.6m -> /usr/libexec/platform-python3.6m lrwxrwxrwx. 1 root root 39 May 20 19:33 /usr/bin/python3.6m-config -> /usr/libexec/platform-python3.6m-config lrwxrwxrwx. 1 root root 46 May 20 19:33 /usr/bin/python3.6m-x86_64-config -> /usr/libexec/platform-python3.6m-x86_64-config lrwxrwxrwx. 1 root root 32 Sep 10 11:43 /usr/bin/python3-config -> /etc/alternatives/python3-config -rwxr-xr-x. 1 root root 2570 May 14 2019 /usr/bin/python-argcomplete-check-easy-install-script -rwxr-xr-x. 1 root root 314 Nov 16 2017 /usr/bin/python-argcomplete-tcsh

/usr/bin/python: total 0 lrwxrwxrwx. 1 root root 24 Nov 9 09:18 python3.9 -> /usr/local/bin/python3.9 [oldgames@host public_html]$

mattgodbolt commented 2 years ago

Sorry this has been nearly a year... At a push you can install python2 (which I think is what this ancient codebase expects). I don't think the code will work with python3. If you can get a python on your PATH it might work