[Ohrrpgce] Android build problem

Ralph Versteegen teeemcee at gmail.com
Sun Mar 10 21:15:54 PDT 2019


Oh, that's not hard to fix.
But I notice that the versions of GCC used in the NDK versions you and
I are using don't support C++11 designated initializer syntax; we use
a GCC extension syntax instead. So it's not a C++11-compliant
compiler, a nuisance.

On Mon, 11 Mar 2019 at 07:15, James Paige <Bob at hamsterrepublic.com> wrote:
>
> 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.
>
> However, when I went to fix that today I realized there is a new build failure on Android that happens first:
>
> jni/../jni/application/ohrrpgce/tmp/surface.cpp: In function 'int gfx_surfaceCreatePixelsView_SW(void*, int, int, int, SurfaceFormat, Surface**)':
> jni/../jni/application/ohrrpgce/tmp/surface.cpp:99:2: sorry, unimplemented: non-trivial designated initializers not supported
> make: *** [obj/local/armeabi/objs-debug/application/ohrrpgce/tmp/surface.o] Error 1
> _______________________________________________
> Ohrrpgce mailing list
> ohrrpgce at lists.motherhamster.org
> http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


More information about the Ohrrpgce mailing list