Closed javidg96 closed 7 years ago
its PATH not Path
make: rgbasm: Command not found
rgbds wasn't installed properly. What sort of changes have you done to PATH? None should be necessary.
@rweichler Didn't make a difference.
@Sanqui I went to check the environment vars and I didn't have it set up, so I did it myself. I set the value to E:\Cygwin\bin. Then I downloaded rgbds version rgbds-0.2.4-win32 and I put the three executables at E:\Cygwin\usr\local\bin.
Did you add E:\Cygwin\usr\local\bin
to your PATH too?
@jcebuck Wow, I didn't think of that. It did compile now. Everything seems in working order. Thank you guys!
I would like to know is C:\Cygwin\usr\local\bin
is in the PATH by default, but E:\Cygwin\usr\local\bin
is not. Is this the case?
@Sanqui It wasn't when I first installed it. As I already said, I went to check my system variables, and I didn't have the var set yet. It just didn't add it for some reason.
As of now, what I've set as values are the following directories: E:\Cygwin\bin and E:\Cygwin\usr\local\bin.
For anyone on Windows 10 I recommend trying the Windows Subsystem for Linux. As of the recent update it works really well and can be easier to set things up than Cygwin. Just enable it, run bash.exe and once in the shell follow the Linux guide on here.
I'm not sure if they fixed it, but while that's mostly true, it does have some issues with ncurses and you can't set up servers (like node.js stuff) yet.
Guys, while the topic is still active I'd like to ask something. Have you ever thought about decompiling other versions of the games in the future? You know: ESP, NOE, FAH...
I'd like to do a decent translation on the Spanish version so it can be compatible with the original one, since the strings would be the only modified part of the ROM. There would be two problems for this as of now. First, the resulting ROM would be compatible with the US version only. Secondly, this version lacks additional character support ('¿', '¡', 'ñ'...)
How complicated would this be? Is there a huge difference in the code as compared to the US versions? I know nothing about assembly reverse engineering, so if I'm asking for something overly intricate, just tell me.
@javidg96 Some people are working on disassembling the other versions, e.g. https://github.com/einstein95/pokered-fr. However, this is not the right place to discuss this.
So, I've tried to build the ROM files but I seem to get an error.
I'm running 64-bit Windows 10. I've installed Cygwin on HDD E:\ , I've put the rgbasm files on the right directory and I believe I have set the var "Path" correctly. Any clues?