stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 56 forks source link

Compiler error on macOS #215

Closed rjpontefract closed 6 months ago

rjpontefract commented 7 months ago

In the recent commits the following error has been re-introduced when building on macOS with clang.

ARMulator/armemu.c:820:21: error: expected expression
                    int do_int = 0;
                    ^
1 error generated.
SteveFosdick commented 7 months ago

The reversion came from merging the Sprow branch. Checking that commit, the failing line had been re-introduced. I have re-deleted it and push the change. It still compiles fine under gcc - can you check if it works on MacOS?

rjpontefract commented 7 months ago

Thanks, it all builds cleanly on macOS.