Closed aqrit closed 6 months ago
@aqrit Thanks for the report. It's funny timing because I just fixed this in a branch last week.
The soft_mmu branch requires gcc 12 or higher
https://github.com/danoon2/Boxedwine/blob/james/soft_mmu/BUILD.md
I'm not sure when this will go into master, hopefully in the next week or two. It was a pretty big change to refactor how the emulated memory was handled. It will be more correct, but currently I'm working through some performance issues and I imagine I broke 3d(opengl) too. Since I was refactoring so much of the code for this memory change, I decided to update Boxedwine to support c++ 20, which is why gcc 12 or higher will now be required.
Tried to build on Linux using gcc-11 and gcc-13.
A possible work-around might be: