desmume
desmume copied to clipboard
New build errors now
1, 2, and 3 are related to atomics. 2 just needs -std={c++,gnu}11 to enable support on older gcc. 1 and 3 weren't hitting desmume's DESMUME_COCOA define, and just need coaxing to use the native atomic support.
I'm not sure what's up with 4. Those symbols should be included in wsock32. I switched the library to ws2_32 to see if it fixes it.
Here's another platform that has some build failures -
Hi there,
just a reminder that the Android build still has some compilation issues -
I think it'll work now. I don't have an android build system setup up or access to the logs, so I'm not the best person to investigate these issues.