Ah, I see. Is it worth us try to switch to a newer NDK?<div><br></div><div>I also just noticed that the 64 but linux builds have been failing since last Wednesday. They say:</div><div><br></div><div><span style="color:rgb(34,34,34);font-size:14px">slices.bas(1788) error 97: Ambiguous call to overloaded function, LARGE() in 'out_surf = surface_scale(in_surf, large(1, spr->w * .zoom), large(1, spr->h * .zoom))'</span><br style="color:rgb(34,34,34);font-size:14px"><span style="color:rgb(34,34,34);font-size:14px">scons: *** [build/game-slices.o] Error 1</span><br><br>On Monday, March 11, 2019, Ralph Versteegen <<a href="mailto:teeemcee@gmail.com">teeemcee@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh, that's not hard to fix.<br>
But I notice that the versions of GCC used in the NDK versions you and<br>
I are using don't support C++11 designated initializer syntax; we use<br>
a GCC extension syntax instead. So it's not a C++11-compliant<br>
compiler, a nuisance.<br>
<br>
On Mon, 11 Mar 2019 at 07:15, James Paige <<a href="mailto:Bob@hamsterrepublic.com">Bob@hamsterrepublic.com</a>> wrote:<br>
><br>
> For the past week the Android build has been broken as a consequence of me finally checking in the change to increase minSdkVersion without alos installing the needed SDK package on the nightly build machine.<br>
><br>
> However, when I went to fix that today I realized there is a new build failure on Android that happens first:<br>
><br>
> jni/../jni/application/<wbr>ohrrpgce/tmp/surface.cpp: In function 'int gfx_surfaceCreatePixelsView_<wbr>SW(void*, int, int, int, SurfaceFormat, Surface**)':<br>
> jni/../jni/application/<wbr>ohrrpgce/tmp/surface.cpp:99:2: sorry, unimplemented: non-trivial designated initializers not supported<br>
> make: *** [obj/local/armeabi/objs-debug/<wbr>application/ohrrpgce/tmp/<wbr>surface.o] Error 1<br>
> ______________________________<wbr>_________________<br>
> Ohrrpgce mailing list<br>
> <a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.org</a><br>
> <a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" target="_blank">http://lists.motherhamster.<wbr>org/listinfo.cgi/ohrrpgce-<wbr>motherhamster.org</a><br>
______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" target="_blank">http://lists.motherhamster.<wbr>org/listinfo.cgi/ohrrpgce-<wbr>motherhamster.org</a><br>
</blockquote></div>