desmume icon indicating copy to clipboard operation
desmume copied to clipboard

New build errors now

Open inactive123 opened this issue 6 years ago • 4 comments

desmume: [status: fail] [recipes/apple/cores-osx-x64-generic] LOG: http://p.0bl.net/82835 desmume: [status: fail] [recipes/linux/cores-linux-arm7neonhf] LOG: http://p.0bl.net/82831 desmume: [status: fail] [recipes/apple/cores-ios9-generic] LOG: http://p.0bl.net/82832 desmume: [status: fail] [recipes/windows/cores-windows-x86_dw2-generic] LOG: http://p.0bl.net/82846

inactive123 avatar Jan 19 '19 18:01 inactive123

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.

bearoso avatar Jan 19 '19 21:01 bearoso

Here's another platform that has some build failures - desmume: [status: fail] [recipes/android/cores-android-jni] LOG: http://p.0bl.net/82904

inactive123 avatar Jan 19 '19 23:01 inactive123

Hi there,

just a reminder that the Android build still has some compilation issues -

desmume: [status: fail] [recipes/android/cores-android-jni] LOG: http://p.0bl.net/84782 Last good build:

inactive123 avatar Jan 26 '19 22:01 inactive123

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.

bearoso avatar Jan 27 '19 00:01 bearoso