OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
315 stars 26 forks source link

Fix macOS build #52

Closed mborgerson closed 6 years ago

mborgerson commented 6 years ago

Just getting it building and started on macOS (Sierra, 10.12.6).

proof More

JayFoxRox commented 6 years ago

Thanks for your feedback / PR @mborgerson . As discussed previously on gitter, I already fixed all issues adressed by this PR myself while doing other changes too (See #72 and #75).

Please check if OpenSWE1R works fine on macOS with the changes proposed in #77 , which is the last change this PR inspired.

mborgerson commented 6 years ago

Works great with #77, except one thing. Please remove #include <malloc.h> in main.c and emulation.c. Thanks!

JayFoxRox commented 6 years ago

Everything should have been fixed now. Please open a new issue if issues persist. I'll probably work on #12 soon if nobody beats me to it (while I'm busy with #13 )

mborgerson commented 6 years ago

Abandoning this PR as it's been fixed by other PRs. Thanks!