-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile the source code under Windows 10. #68
Comments
On Windows I use msys2 to build it. I'll make a note of that in the readme. You may be able to just delete the makefile line that references |
Much better now. After some dozens of operations (~1 min) it stopped with this error: gcc audio/brr/gssbrr.c -o audio/brr/gssbrr |
That's an error about not having a C compiler. I went and added it to the repo so people don't need to get a compiler just for one utility. |
Yeah there's no sound yet. It doesn't look like that on a real SNES or any emulator I've tried so I don't know what's going on there. |
Can't compile the game under Windows 10.
Every time after entering "make ." command in shell I have a message:
"pwd" is not internal or external
command, executable program, or batch file.
make: Nothing to be done for '.'.
I used Chocolate, MinGW and some several other ways to run make command, but the result is always the same.
The text was updated successfully, but these errors were encountered: