mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

How to build on Windows? #64

Closed helpimnotdrowning closed 3 years ago

helpimnotdrowning commented 3 years ago

I cant find any instructions on how to build, and not knowing much about C, ive tried using cygwin make, mingw make and all sorts of things i'm probably doing wrong. I keep getting gbs.c:328:1: internal compiler error: in i386_pe_seh_unwind_emit, at config/i386/winnt.c:1258 errors with cygwin make. Is there instructions to build on Windows, or am i missing something>?

ranma commented 3 years ago

Automated CI tests only build on mingw, but cygwin should be similar enough to also work. Was this with recent git or one of the release versions? There were some fixes with regards to stack-protection compiler flags that don't work on Windows, which should have fixed that error.

helpimnotdrowning commented 3 years ago

got it working with latest commit just with make install using git bash