sm64pc / sm64ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
1.59k stars 489 forks source link

can't compile #572

Open Spearmint3 opened 2 months ago

Spearmint3 commented 2 months ago

I've tried to compile sm64ex, sm64ex-alo, and cream64_PC. they all give me this error: $ make make[1]: cc: No such file or directory make[1]: [Makefile:54: n64graphics] Error 127 Traceback (most recent call last): File "/home/[user]/sm64ex/./extract_assets.py", line 285, in main() if name == "main" else None ^^^^^^ File "/home/[user]/sm64ex/./extract_assets.py", line 156, in main subprocess.check_call( File "/usr/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', '-s', '-C', 'tools/', 'n64graphics', 'skyconv', 'mio0', 'aifc_decode']' returned non-zero exit status 2. Makefile:263: Failed to extract assets. Stop.

what am I doing wrong?

fgsfdsfgs commented 2 months ago

You don't have gcc installed.