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 57 forks source link

Further partial fix for Issue #140 building on OS X #141

Closed sai2791 closed 3 years ago

sai2791 commented 3 years ago

I only meant to create the pull request for configure.ac, but the copy of master has a further change for your issue 138. Unfortunately I do not know how to remove this second change.

The error: expected expression is corrected by specifying c++11, since the CFLAGS use gnu I changed to the -std=gnu++11 for the c++ compiler.

The issues with gtest and sdf2imd I am still looking at, and will create a final pull request once I get it figured out.

sai2791 commented 3 years ago

I think I have royally screwed this pull request and will submit another