PiaCarrot / pokeorange

ROM Hack of Crystal
171 stars 24 forks source link

Make not possible #181

Open phse0 opened 5 months ago

phse0 commented 5 months ago

It seems like there is a problem with the current version of rgbs: python dedenc.py audio/ded/dragalge.wav audio/ded/dragalge.ded make: python: No such file or directory make: *** [Makefile:121: audio/ded/dragalge.ded] Error 127

Sukiyami commented 5 months ago

Orange requires RGBDS 0.5.2, as stated in INSTALL.md

Edit: Actually, I think part of the issue is that you don't have Python installed

phse0 commented 5 months ago

Thank you for responding :) I will try that during the next days

phse0 commented 5 months ago

Installed python but it did not help, next i will try a older rgbs version

Sukiyami commented 5 months ago

Is the error still the same? Because that error is saying it can't find Python

phse0 commented 4 months ago

sadly yes: grafik grafik

Sukiyami commented 4 months ago

I see the issue. You ran python3 the makefile is trying to run python, those are two different commands